19.02.2015, 19:53
Guys, help me how to create new callback. Like this WhenPlayerEnterJail(playerid) ... How i should give 1 and ...
forward OnPlayerLogin(playerid)
public OnPlayerLogin(playerid)
{
// function here
return 1;
}