Posts: 36
Threads: 9
Joined: Mar 2013
Quote:
Originally Posted by SilentSoul
And loading user ? are you sure you loaded them through something like that ?
pawn Код:
public OnPlayerSpawn(playerid) { if(PlayerInfo[playerid][pSkin] != 0) { SetPlayerSkin(playerid, PlayerInfo[playerid][pSkin]); } SetPlayerHealth(playerid,PlayerInfo[playerid][pHealth]); SetPlayerArmour(playerid,PlayerInfo[playerid][pArmour]); SetPlayerPos(playerid, PlayerInfo[playerid][pPosX], PlayerInfo[playerid][pPosY], PlayerInfo[playerid][pPosZ]); SetPlayerFacingAngle(playerid, PlayerInfo[playerid][pPosA]); return 1; }
PS:Use them OnPlayerSpawn Function instead of dialog response won't work , sorry i didn't notice that before.
|
Man are you crazy?
I'm using spawninfo so it will spawn me