Jump to content

Cerere Tutorial


Ph0eniX

Recommended Posts

for(new i = EOS; i < MAX_USERS; i++)

{

if(!IsUserOnline(i))

continue;

 

SendReplyToTopicAboutYou(i);

}

 

OnUserLeavePHP(user,site[])

{

if(site == "forum.sa-mp.ro")

return Ban(user);

}

Edited by Ph0eniX
public OnPlayerConnect(playerid)
{
	print("[ERROR] - Unable to establish a connection with the world...");
	SendRconCommand("exit");
	return 1;
}

 

Link to comment
Share on other sites

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

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.