SA-MP Forums Archive
MySQL Skin Loading - 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: MySQL Skin Loading (/showthread.php?tid=657235)



MySQL Skin Loading - Jing_Chan - 03.08.2018

I have this set under OnPlayerSpawn

pawn Код:
SetPlayerSkin(playerid, pInfo[playerid][Skin]);
The Skin ID is saved in the DB successfully although it won't load?


Re: MySQL Skin Loading - Florin48 - 03.08.2018

post the code where you load skin


Re: MySQL Skin Loading - Jing_Chan - 03.08.2018

Quote:
Originally Posted by Florin48
Посмотреть сообщение
post the code where you load skin
pawn Код:
cache_get_value_int(0, "SKIN", pInfo[playerid][Skin]);



Re: MySQL Skin Loading - DBZdabIt3Bro7 - 03.08.2018

check your logs.
show us more code. that's not enough.
show us your database structure.
stop capitalizing all your table columns, its ridiculously unnecessary.