Need Little Help Only!
#3

Wow. Just do the inverse to what you've done here.
Save the user's previous position like so:

pawn Код:
new Float:PrePos[MAX_PLAYERS][3];

GetPlayerPos(playerid, PrePos[playerid][0], PrePos[playerid][1], PrePos[playerid][2]);
And then afterwards, spawn him back without his minigun
pawn Код:
ResetPlayerWeapons(playerid);
SetPlayerPos(playerid, PrePos[playerid][0], PrePos[playerid][1], PrePos[playerid][2]);
Reply


Messages In This Thread
Need Little Help Only! - by James Coral - 24.12.2011, 14:48
Re: Need Little Help Only! - by James Coral - 24.12.2011, 14:57
Re: Need Little Help Only! - by Rob_Maate - 24.12.2011, 16:35

Forum Jump:


Users browsing this thread: 1 Guest(s)