05.03.2011, 04:20
Like i said in Spanish section...
Now it will work.
pawn Код:
public OnPlayerLeaveDynamicArea(playerid, areaid)
{
if(areaid == YourZone)
{
GameTextForPlayer(playerid, "You're exit of the area, permitted weapons!", 4000, 3);//Text in the Screen
//You can add more funcions how GivePlayerWeapon..
}
return 1;
}