10.02.2011, 20:19
pawn Код:
if(strcmp(cmdtext, "/fight", true)==0)
{
SetPlayerPos(playerid, -1478.5038, 1488.9690, 8.2501);
SetPlayerFacingAngle(playerid, 270);
SendClientMessage(playerid, 0x33AA33AA, "Welcome to the Fighting Zone");
return 1;
}