Quote:
Originally Posted by Joe Torran C
Quote:
Originally Posted by O_x
AddPlayerClass(skin, Float, Float:y, Float:z, Float:Angle, weapon1, weapon1_ammo, weapon2, weapon2_ammo, weapon3, weapon3_ammo)?
|
I think he'd know that :P
pawn Код:
public OnPlayerSpawn(playerid) { if(GetPlayerSkin(playerid) == 29) { SetPlayerPos(playerid, 0.0, 0.0, 0.0); } return 1; }
|
dude isn't it actually the same result?