05.12.2010, 23:52
i think i got it
pawn Код:
if(classid == 0)
{
GameTextForPlayer(playerid, "~r~ Area 69!", 3000, 1);
}
else if(classid == 1)
{
GameTextForPlayer(playerid, "~r~ Abandoned airport!", 3000, 1);
}
return 1;
}