gang territory
#1

any way to make this? and when u enter the zone it will say "You have entered a gang territory."
Reply
#2

use IsPlayerInArea and make a timer if player get that area will show him the "you bakaba,"
pawn Код:
stock IsPlayerInArea(playerid, Float:max_x, Float:min_x, Float:max_y, Float:min_y)
{
    new Float:Xa, Float:Ya, Float:Za;
    GetPlayerPos(playerid, Xa, Ya, Za);
    if(Xa <= max_x && Xa >= min_x && Ya <= max_y && Ya >= min_y) return 1;
    return 0;
}
Reply
#3

how do i get the cords? LOL
Reply
#4

Use '/save' while in game.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)