Jump to content
  • 0

pomoc Prosím o radu


Máchal

Dotaz

13 odpovědí na tuto otázku

Recommended Posts

  • 0

public OnPlayerConnect(playerid)
{
   new plrIP[16];
   GetPlayerIp(playerid, plrIP, sizeof(plrIP));
   if(!strcmp(plrIP, "TVOJE IP"))
   SendClientMessage(playerid, 0xFFFFFFFF, "Welcome to your server, master :)");
   return 1;
}

 

Prevzato z wiki.sa-mp.com (ktera nejde :d )

 

Zjisti a porovna tvoji IP a kdyz si to ty tak se neco stane :)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...