24.02.2012, 14:14
C:\Users\Jakob Rцnn\Desktop\(0.3d) The Life As Pilot\gamemodes\Pilotscript.pwn(657) : error 017: undefined symbol "YSI_g"
C:\Users\Jakob Rцnn\Desktop\(0.3d) The Life As Pilot\gamemodes\Pilotscript.pwn(657) : warning 215: expression has no effect
C:\Users\Jakob Rцnn\Desktop\(0.3d) The Life As Pilot\gamemodes\Pilotscript.pwn(657) : error 001: expected token: ")", but found ";"
C:\Users\Jakob Rцnn\Desktop\(0.3d) The Life As Pilot\gamemodes\Pilotscript.pwn(657) : error 036: empty statement
C:\Users\Jakob Rцnn\Desktop\(0.3d) The Life As Pilot\gamemodes\Pilotscript.pwn(657) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
here we have little of it
public UpdateTextdraw()
{
new szString[40];
foreach ( Player, ID )
// AFK
if (GetPVarInt(i, "AFK") == 1) TextDrawShowForPlayer(i, afk);
else if (GetPVarInt(i, "AFK") == 0) TextDrawHideForPlayer(i, afk);
if (IsPlayerInAnyVehicle(i) && IsAirVehicle(GetPlayerVehicleID(i)))
C:\Users\Jakob Rцnn\Desktop\(0.3d) The Life As Pilot\gamemodes\Pilotscript.pwn(657) : warning 215: expression has no effect
C:\Users\Jakob Rцnn\Desktop\(0.3d) The Life As Pilot\gamemodes\Pilotscript.pwn(657) : error 001: expected token: ")", but found ";"
C:\Users\Jakob Rцnn\Desktop\(0.3d) The Life As Pilot\gamemodes\Pilotscript.pwn(657) : error 036: empty statement
C:\Users\Jakob Rцnn\Desktop\(0.3d) The Life As Pilot\gamemodes\Pilotscript.pwn(657) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
here we have little of it
public UpdateTextdraw()
{
new szString[40];
foreach ( Player, ID )
// AFK
if (GetPVarInt(i, "AFK") == 1) TextDrawShowForPlayer(i, afk);
else if (GetPVarInt(i, "AFK") == 0) TextDrawHideForPlayer(i, afk);
if (IsPlayerInAnyVehicle(i) && IsAirVehicle(GetPlayerVehicleID(i)))


