- 0
MySql save
-
Similar Content
-
Gamemode Hardgaming Versiunea a 4-a (no-mysql) 1 2
By n0dEv,
- luatil cai kald.
- hardgaming v4
- (and 90 more)
- 42 replies
- 11.750 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.
By n0dEv,
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
andy47
intreg scriptul:
public OnPlayerDisconnect(playerid, reason) { new pName[MAX_PLAYER_NAME]; GetPlayerName(playerid,pName,sizeof(pName)); mysql_function_query(1,"UPDATE Users",false,"Name = '%s'",pName); mysql_function_query(1,"UPDATE Users",false,"Money = '%d'",GetPlayerMoney(playerid)); return 1; }linia 81: eroarea:1 answer to this question
Recommended Posts