VersusRT

Untitled

Jul 24th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. if(dialogid == DIALOG_HOSPITAL)
  2. {
  3. if (response == 1)
  4. {
  5. enum PlayerPos
  6. {
  7. PosPlayer = 0,
  8. Float:PosX,
  9. Float:PosY,
  10. Float:PosZ
  11. }
  12. new string[64];
  13. new Pos[MAX_PLAYERS][PlayerPos];
  14. GetPlayerPos(playerid, Pos[playerid][PosX], Pos[playerid][PosY], Pos[playerid][PosZ]);
  15. format(string, sizeof(string), "/Pos/%s.ini", Pos);
  16. SendClientMessage(playerid, 0xFFFF00FF, "Wezwales Pogotowie, nie ruszaj sie z miejsca.");
  17. }
Advertisement
Add Comment
Please, Sign In to add comment