Advertisement
Guest User

Untitled

a guest
Mar 26th, 2020
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. new Float:X, Float:Y, Float:Z;
  2. GetPlayerPos(playerid,X,Y,Z);
  3.  
  4. new string[128];
  5. format(string, sizeof(string), "%f, %f, %f", X, Y, Z);
  6.  
  7. DOF2_SetInt(Soubor, "Pozice", string[127]);
  8. //+tohle
  9. new plrIP[16];
  10. DOF2_SetInt(Soubor, "IPAdresa", GetPlayerIp(playerid, plrIP, sizeof(plrIP)));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement