13.02.2010, 22:43
Код:
if (strcmp("/joinDM", cmdtext, true, 10) == 0) { if(pickupid == DM) { SetPlayerPos(playerid, 1919.124390, 1594.762207, 2214.718750); SendClientMessage(playerid, COLOR_RED, "Welcome to the death match map."); GivePlayerWeapon(playerid,34, 99999); GivePlayerWeapon(playerid,29, 99999); GivePlayerWeapon(playerid,27, 99999); } else{ SendClientMessage(playerid, COLOR_RED, "You are not at the right spot, go to the pirate ship in lv."); } return 1; }