01.03.2014, 07:22
my friend started to script this house system but there was milion bugs i fixed half of them and im stuck here. cant find it out how to fix this.. i tryed everything but....
so can anyone help me?
here is the error line
so can anyone help me?
pawn Код:
C:\Users\arjan\Desktop\lscnr\filterscripts\housetest.pwn(150) : error 017: undefined symbol "player"
C:\Users\arjan\Desktop\lscnr\filterscripts\housetest.pwn(150) : warning 215: expression has no effect
C:\Users\arjan\Desktop\lscnr\filterscripts\housetest.pwn(150) : error 001: expected token: ";", but found "]"
C:\Users\arjan\Desktop\lscnr\filterscripts\housetest.pwn(150) : error 029: invalid expression, assumed zero
C:\Users\arjan\Desktop\lscnr\filterscripts\housetest.pwn(150) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Errors.
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
player[playerid][isspawned]=0;
return 1;
}