Jump to content
  • 0

pomoc pomoc s povinou registraci.


Guest ShockyCZE

Dotaz

2 odpovědí na tuto otázku

Recommended Posts

  • 0
public OnPlayerRequestSpawn(playerid)
{
if (!PLAYERLIST_authed[playerid]) {
	if(udb_Exists(PlayerName(playerid))) {
		SendClientMessage(playerid,COLOR_RED,"Nejsi přihlášený, napiš /login heslo");
	}else{
		SendClientMessage(playerid,COLOR_RED,"Nejsi přihlášený, napiš /register heslo");
	}
return 0;
}
return 1;
}

Link to comment
Share on other sites

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