Teleport command not working :/
#1

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;
     }
Reply


Messages In This Thread
Teleport command not working :/ - by verlaj - 09.10.2012, 11:32
Re: Teleport command not working :/ - by verlaj - 09.10.2012, 11:47
Re: Teleport command not working :/ - by zT KiNgKoNg - 09.10.2012, 11:56
Re: Teleport command not working :/ - by verlaj - 09.10.2012, 12:07

Forum Jump:


Users browsing this thread: 1 Guest(s)