Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if(dialogid == DIALOG_HOSPITAL)
- {
- if (response == 1)
- {
- enum PlayerPos
- {
- PosPlayer = 0,
- Float:PosX,
- Float:PosY,
- Float:PosZ
- }
- new string[64];
- new Pos[MAX_PLAYERS][PlayerPos];
- GetPlayerPos(playerid, Pos[playerid][PosX], Pos[playerid][PosY], Pos[playerid][PosZ]);
- format(string, sizeof(string), "/Pos/%s.ini", Pos);
- SendClientMessage(playerid, 0xFFFF00FF, "Wezwales Pogotowie, nie ruszaj sie z miejsca.");
- }
Advertisement
Add Comment
Please, Sign In to add comment