Posts: 723
Threads: 366
Joined: Jun 2016
Hi,
Can i ResetPlayerWeapons and instantly GivePlayerWeapon, or need set timer?
Posts: 1,219
Threads: 51
Joined: Jul 2012
One command waits for another to be done, so yes you can do it without timers.
Posts: 1,199
Threads: 238
Joined: Feb 2016
Reputation:
0
ResetPlayerWeapons(playerid);
GivePlayerWeapon(playerid, ID);
And thats it.. Put it in that order and you are fine :d
Posts: 944
Threads: 128
Joined: Sep 2014
Reputation:
0
Step 1: Add the code and compile the gamemode.
Step 2: Start your server.
Step 3: Go in-game.
There is your answer.