Server help
#3

Quote:
Originally Posted by PepsiCola23
Посмотреть сообщение
search in the gamemode how to obtain
Код:
EstiFondator(playerid)
( ctrl + f ) for search . It might be via a CMD .

next time use php tags so it`s easier to read. good luck
sorry but IDk how to use php tags so yeah but I found something

public EstiFondator(playerid)
{
if(IsPlayerConnected(playerid))
{
new nume[512];
GetPlayerName(playerid, nume, sizeof(nume));
if((strcmp(nume, "s4uriK", true) == 0) || (strcmp(nume, "PWT", true) == 0))
{
return 1;
}
}
return 0;
}
Reply


Messages In This Thread
Server help - by Davidoff7776 - 28.02.2018, 13:37
Re: Server help - by PepsiCola23 - 28.02.2018, 13:39
Re: Server help - by Davidoff7776 - 28.02.2018, 13:51
Re: Server help - by PepsiCola23 - 28.02.2018, 13:56

Forum Jump:


Users browsing this thread: 1 Guest(s)