01.03.2010, 13:25
Hallo People,
I have a problem.
I have scripted a map and when player teleport than i will give the player minigun.
Also i written :
But I have only Desert Eagle
I have a problem.
I have scripted a map and when player teleport than i will give the player minigun.
Also i written :
Code:
if(!strcmp(cmdtext, "/minigun")) { SetPlayerPos(playerid, 3106.690, 468.840, 36.7495); SendClientMessage(playerid, 0xDF1818AA , "Minigun Match"); GivePlayerWeapon(playerid, 358, 8000); return 1; }