Posts: 233
Threads: 82
Joined: Jan 2011
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?
Posts: 259
Threads: 2
Joined: Nov 2015
Reputation:
0
post the code where you load skin
Posts: 233
Threads: 82
Joined: Jan 2011
Quote:
Originally Posted by Florin48
post the code where you load skin
|
pawn Код:
cache_get_value_int(0, "SKIN", pInfo[playerid][Skin]);
Posts: 65
Threads: 1
Joined: Sep 2017
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.