06.01.2012, 15:46
This is what it says in my pawno
And this is what it says when i compile it
Line 200 and 201 is the two first
Anyone got an idea why this is wrong?.. I have been trying everything
pawn Код:
(
public OnPlayerConnect(playerid)
)
return1;
(
pawn Код:
pwn(200) : warning 217: loose indentation
C:\Users\Johannes\Desktop\Galaxy Trucking\gamemodes\public.pwn(200 -- 201) : error 029: invalid expression, assumed zero
C:\Users\Johannes\Desktop\Galaxy Trucking\gamemodes\public.pwn(201) : error 017: undefined symbol "playerid"
C:\Users\Johannes\Desktop\Galaxy Trucking\gamemodes\public.pwn(201) : error 029: invalid expression, assumed zero
C:\Users\Johannes\Desktop\Galaxy Trucking\gamemodes\public.pwn(201) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
5 Errors.
Anyone got an idea why this is wrong?.. I have been trying everything