VersusRT

Untitled

Jul 25th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. if(dialogid == DIALOG_HOSPITAL)
  2. {
  3. new name[24], Float:posX, Float:posY, Float:posZ, query[256];
  4. GetPlayerName(playerid, name, sizeof(name));
  5. GetPlayerPos(playerid, posX, posY, posZ);
  6. format(query, sizeof(query), "INSERT INTO samp (name, posX, PosY, posZ) VALUES('%s', '%f', '%f', '%f')",name, posX, posY, posZ);
  7. mysql_query(query);
  8. SendClientMessage(playerid, zolty, "Pogotowie zostalo wezwane, nie uciekaj z miejsca wypadku.");
  9. }
Advertisement
Add Comment
Please, Sign In to add comment