28.10.2018, 17:44
Quote:
Yes there's no playerid there, I just fastly wrote an example without meaning to give a real fast solution.
My post was to tell to be creative in finding any solution, as there are many ways to face any matter. |
OT:
You can do something like this:
PHP Code:
public OnRconLoginAttempt(ip[], password[], success)
{
if(!success)
{
return 0; //does nothing
}
return 1;
}