10.02.2014, 12:14
well guys i'm sorry im requesting alot of scripting helps recently but who doesn't make mistakes.
my error is
line 208
line 218
it says undefined symbol "bf12" and "bf1" and yes i did
and when i do
nothing happens aswell. please i need help
thanks in advance
my error is
Код:
E:\GAMES\Omar\SA-MP Tools & Servers\SA-MP Servers\being\filterscripts\Untitledtesting.pwn(208) : error 017: undefined symbol "bf1" E:\GAMES\Omar\SA-MP Tools & Servers\SA-MP Servers\being\filterscripts\Untitledtesting.pwn(218) : warning 217: loose indentation E:\GAMES\Omar\SA-MP Tools & Servers\SA-MP Servers\being\filterscripts\Untitledtesting.pwn(218) : error 017: undefined symbol "bf12"
pawn Код:
if(pickupid == bf1 || pickupid == bf2 ||
pawn Код:
if(pickupid == bf12) return SetPlayerAttachedObject(playerid, 1, 1210, 1, Float:42, Float:913, Float:0, Float:0, Float:0, Float:0, Float:52, Float:0, Float:0, 0, 0);
pawn Код:
new bf1;
new bf12;
pawn Код:
#define bf1
#define bf12
thanks in advance