13.10.2016, 09:14
pLoggedIn is a bool make it
PHP код:
if(PlayerInfo[playerid][pLoggedIn] == false)
{
SendClientMessage(playerid, COLOR_RED, "You have to login in order to perform commands.");
return 0;
}
return 1;

