CJ skin SPAWN - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: CJ skin SPAWN (
/showthread.php?tid=651155)
CJ skin SPAWN -
EvgeniyHostel1992 - 14.03.2018
at spawn of the player and after death for one second appears the skin of the CJ and an unknown place and then everything is fine
flickers CJ SKIN - for 1 sec. wtf?
Re: CJ skin SPAWN -
EvgeniyHostel1992 - 14.03.2018
[PHP]
PHP код:
OnPlayerLogin: spawnplayer(playerid);
public OnPlayerSpawn(playerid)
{
SetPlayerSpawn(playerid);
SetPlayerSkin(playerid, pl[playerid][pChar]);
SetPlayerScore(playerid,pl[playerid][pLevel]);
return 1;
}
Re: CJ skin SPAWN -
EvgeniyHostel1992 - 15.03.2018
update
Re: CJ skin SPAWN -
EvgeniyHostel1992 - 15.03.2018
SetSpawnInfo use in OnPlayerLogin ) closed)))thx all