03.09.2010, 21:01
fixed it, needed theses...
pawn Код:
public OnPlayerEnterCity(playerid,cityid)
{
return 1;
}
public OnPlayerExitCity(playerid,cityid)
{
return 1;
}