- เครดิต
- 158
- ความรู้
-
- เงิน $
-
- ความดี
-
|
if(strcmp(cmd, "/joingang", true) == 0)
{
if(PlayerToPoint(100, playerid,-1824.2498,350.7511,17.1641))//centerpoint 24-7
{
if(IsPlayerConnected(playerid))
{
tmp = strtok(cmdtext, idx);
new para1;
if(PlayerInfo[playerid][pLevel] > 0)
{
if(IsPlayerConnected(para1))
{
if(para1 != INVALID_PLAYER_ID)
{
if (PlayerInfo[para1][pMember] == 35)
{
GetPlayerName(playerid, sendername, sizeof(sendername));
SendClientMessage(para1, COLOR_LIGHTBLUE, "* ¤Ø³ä´éà¢éÒÊÙèá¡é§ à´ç¡ãËÁè");
gTeam[para1] = 5;
PlayerInfo[para1][pTeam] = 5;
PlayerInfo[para1][pMember] = 35;
PlayerInfo[para1][pRank] = 1;
new rand = random(sizeof(CIV));
SetSpawnInfo(para1, gTeam[para1], CIV[rand],0.0,0.0,0.0,0,0,0,0,0,0,0);
PlayerInfo[para1][pModel] = CIV[rand];
SpawnPlayer(para1);
SetPlayerSkin(para1,ChosenSkin[para1]);
format(string, sizeof(string), " ¤Ø³ä´éà¢éÒÊÙèá¡é§à´ç¡ãËÁè ", giveplayer);
SendClientMessage(playerid, COLOR_LIGHTBLUE, string);
}
}
}//not connected
}
else
{
SendClientMessage(playerid, COLOR_GRAD1, " ¤Ø³ÁÕá¡é§ÍÂØèààÅéÇ !");
}
}
else
{
SendClientMessage(playerid, COLOR_GRAD1, " ¤Ø³äÁèä´éÍÂÙè·Õèà¢éÒÊÙèá¡é§¹Ð¤ÃѺ");
}
}
return 1;
} |
|