Advertisement
RogerGomesCosta

Untitled

Jul 12th, 2014
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MatLab 0.29 KB | None | 0 0
  1.     format(szString, 128, "UPDATE Users SET Nick = '%s', Money = '%d', Position = '%s', Skin = '%d', Interior = '%d'", GetPlayerName(playerid), PlayerInfo[playerid][playermoney], posStr, PlayerInfo[playerid][pSkin], PlayerInfo[playerid][pInterior]);
  2.     QueryResult = db_query(DataBase, szString);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement