gangzone help?
#1




any HELP ?
Reply
#2

Remove this;
pawn Код:
new lspd;
And edit the '#define lspd' line to this;
pawn Код:
#define lspd 1
Reply
#3

again say me this error :/
Reply
#4

Remove the #define lspd 1 line and put this above OnFilterScriptInit()
pawn Код:
new lspd;
Also; if you're making a GM and not a FS; remove any of the Filterscript callbacks like OnFilterScriptInit().
Reply
#5

AGAIN :@@@@@@@ ((((((((
Reply
#6

Replace this code with everything from OnGameModeInit() and up.

pawn Код:
#include <a_samp>

new lspd;
main()
{
    print("\n----------------------------------");
    print(" Blank Gamemode by your name here");
    print("----------------------------------\n");
}

public OnGameModeInit()
{
    lspd = GangZoneCreate(166.4,-1922.6,1603.95,-1160.74);
    return 1;
}
Reply
#7

ok fixed but now we have ERRO MAIN
Reply
#8

What do you mean?

Whats the exact error message?
Reply
#9

filterscripts\GangZones.pwn(33) : error 021: symbol already defined: "main"
Reply
#10

Remove this line. The Main() I sent you.
pawn Код:
main()
{
    print("\n----------------------------------");
    print(" Blank Gamemode by your name here");
    print("----------------------------------\n");
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)