Posts: 1,101
Threads: 21
Joined: Oct 2010
Reputation:
0
Give us the code you made so far.
Posts: 365
Threads: 33
Joined: May 2011
Reputation:
0
Thats gona happend every time because each time they will do /rocket then they will get 20 ammo like they got 2 rockets.
Posts: 176
Threads: 18
Joined: Oct 2011
Reputation:
0
command i made so far
if (strcmp("/rocket", cmdtext, true, 10) == 0)
{
GivePlayerWeapon(playerid,35,10);
SendClientMessage(playerid, 0x00FF00FF, "You've Spawned a Rocket Launcher!");
return 1;
}
Posts: 176
Threads: 18
Joined: Oct 2011
Reputation:
0
thx Pharrel added to ur repo.