Advertisement
Guest User

Uzimanje ipa

a guest
Aug 29th, 2014
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. /////////////////////////////////////////////////////////////////////////////////////////
  2. new name[MAX_PLAYER_NAME];
  3. new string[256];
  4. new ippp[24];
  5. GetPlayerIp(playerid, ippp, 24);
  6. GetPlayerName(playerid, name, sizeof(name));
  7. format(string, sizeof(string), ""ZUTA"**Igrac: %s |ID: %d |IP: %s | se ulogovao na server **", name, playerid,ippp );
  8. SendAdminMessage(0xFFFF80C8, string);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement