27.05.2010, 00:03
Код:
if(!strcmp(cmdtext,"/arm",true)) {
new classid;
if(IsPlayerInCheckpoint(playerid))
{
if(classid == 0 || classid == 1 || classid == 2)
{
SendClientMessageToAll(COLOR_GREEN,"Team 1 has planted their bomb!");
}
if (classid == 3 || classid == 4 || classid == 5)
{
SendClientMessageToAll(COLOR_GREEN,"Team 2 has planted their bomb!");
}
else
{
SendClientMessage(playerid,COLOR_RED,"Your Not in the checkpoint!");
}
}
return 1;
}

