19.08.2017, 14:32
How do you make something like
I am trying to implement it on jadmin3's include but I have no idea on how I can hook it up on a function in the script then remotely call it on the include.
Structure in the script
jadmin3
PHP код:
public OnPlayerGameTime(playerid, hour, minute, second)
{
if(hour >= 1 && !minute && !second)
{
// You have played for X hour:00:00
}
}
Structure in the script
PHP код:
JakAdmin3_OnPlayerGameTime(playerid, hour, minute, second)
{
}
PHP код:
public OnPlayerGameTime(playerid, hour, minute, second);