09.04.2012, 15:54
Hello, i have mode RP..
And There is a way to skip the selection skins?
thanks for help
And There is a way to skip the selection skins?
thanks for help
forward SkipSpawn(playerid); public OnPlayerRequestClass(playerid) { SetTimerEx("SkipSpawn",0,1,"i",playerid);//It's required to have atleast 1 millisecond return 1; } public SkipSpawn(playerid) { //Set Spawn Information Here Using SpawnInfo(...); SpawnPlayer(playerid); return 1; } |
OnPlayerRequestClass
SpawnPlayer(playerid);
SetSpawnInfo(playerid, team, skin, Float:x, Float:y, Float:z, Float:Angle, weapon1, weapon1_ammo, weapon2, weapon2_ammo, weapon3, weapon3_ammo);
SpawnPlayer(playerid);