Find System GangZone or Tutorial
#1

Find System GangZone or Tutorial!!!
Help me!
System by Lethal bad((
Reply
#2

what do you exactly need?
Reply
#3

Nexotronix ты русский знаешь, так вот, систему гангзон, тока не ту что в любом месте убиваешь и захватывается, чтобы одна системка была. Для всех банд
Reply
#4

Добавь в скайп меня! ник - nexotronix
Reply
#5

What do you need exactly indeed?
When you enter a zone, you can check it and do something? Example:
pawn Код:
#include <a_samp>
#include <k_playerarea>

new grovestreet, lspdarea;

main()
{
    return 1;
}

public OnGameModeInit()
{
    grovestreet =   CreateArea3(2524.237, 2216.207, -1614.75, -1745.026);
    lspdarea    =   CreateArea3(1588.739, 1444.231, -1591.064, -1737.13);
    return 1;
}

public OnPlayerEnterArea(playerid, areaid)
{
    if(areaid == grovestreet)
        SendClientMessage(playerid, 0xFFFFFFFF, "You did just enter Ganton aka Grove Street");
    if(areaid == lspdarea)
        SendClientMessage(playerid, 0xFFFFFFFF, "You did just enter Persing Square");
    return 1;
}

public OnPlayerExitArea(playerid, areaid)
{
    if(areaid == grovestreet)
        SendClientMessage(playerid, 0xFFFFFFFF, "You did just exit Ganton aka Grove Street");
    if(areaid == lspdarea)
        SendClientMessage(playerid, 0xFFFFFFFF, "You did just exit Persing Square");
    return 1;
}
If yes, this is what you need: https://sampforum.blast.hk/showthread.php?tid=229423
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)