13.04.2010, 16:29
Hello!
I was just wondering if someone knows, how to save gTeams with dudb?
For example, here is code for saving skin:
But how to do that for gTeams?
Regards,
Assyria
I was just wondering if someone knows, how to save gTeams with dudb?
For example, here is code for saving skin:
Код:
Save -> ssc_UserSetInt(PlayerName(playerid),"skin",GetPlayerSkin(playerid)); Load -> SetPlayerSkin(playerid,ssc_UserInt(PlayerName(playerid),"skin"));
Regards,
Assyria