04.12.2011, 10:07
Hello everybody.I got epic warning but i dont know how to fix them
Code:
warning
Code:
pawn Код:
//top of script
new area;
new abb;
//OnGameModeInit
area = CreatePickup(1239, 2, 378.0938,1973.1765,17.6575, 0);
abb = CreatePickup(1239, 2, 364.6389,2529.2292,16.6683, 0);
Код:
C:\Documents and Settings\Korisnik\My Documents\Downloads\samp03dsvr_win32(1)\gamemodes\SpiderWalk.pwn(152) : warning 204: symbol is assigned a value that is never used: "abb" C:\Documents and Settings\Korisnik\My Documents\Downloads\samp03dsvr_win32(1)\gamemodes\SpiderWalk.pwn(151) : warning 204: symbol is assigned a value that is never used: "area" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Warnings.