09.10.2012, 11:32
Here is the code (all work fine but in game, when i type teleport command it shows "Unknown command") help
Код:
if(strcmp("/dm1", cmdtext, true, 10) == 0)
{
SetPlayerPos(playerid, 1541.4945,-1342.2010,329.4573);
SendClientMessage(playerid,COLOR_RED,"Start tower DM");
GetPlayerWeapon(playerid);
GivePlayerWeapon(playerid,24,1000);
GivePlayerWeapon(playerid,25,1000);
SetPlayerArmour(playerid, 100);
return 1;
}

