SA-MP Forums Archive
[HELP] Dini Set - 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: [HELP] Dini Set (/showthread.php?tid=587496)



[HELP] Dini Set - Gaswoman - 31.08.2015

Quote:

PlayerInfo[playerid][pSkin] = SetPlayerSkin(playerid, dini_Int(pfile, "Skin"));

i made a dini file will save player skin
spawn for player
Quote:

SetSpawnInfo( playerid, 0, PlayerInfo[playerid][pSkin], x, y, z,angle, 0, 0, 0, 0, 0, 0 );

I am edit information file .ini
I set for player in .ini file is id 55
Skin=55

but when I connect to server
it is skin id 1, please help
sorry for bad my english!very sorry


Re: [HELP] Dini Set - Gaswoman - 31.08.2015

pls help me


Re: [HELP] Dini Set - MarvinPWN - 31.08.2015

PHP код:
PlayerInfo[playerid][pSkin] = dini_Int(pfile,"Skin");
SetSpawnInfoplayerid0PlayerInfo[playerid][pSkin], xyz,angle00000);