Advertisement
Guest User

Untitled

a guest
Jan 21st, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. new del[128];
  2. format(del, sizeof(del), "INSERT INTO `cplogs` (ExecutedBy,Log,LogType) VALUES (%s has given %s $%s (/givemoney));", GetPlayerNameEx(playerid), GetPlayerNameEx(giveplayerid), number_format(money));
  3. mysql_tquery(g_iHandle, del);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement