23.06.2011, 11:45
public OnGameModeInit()
}
speed = CreatePickup(1318,23,1411.9476,-1700.0509,13.5395);
return 1;
}
i have this errors
C:\Users\User\Downloads\Untitled.pwn(11) : error 029: invalid expression, assumed zero
C:\Users\User\Downloads\Untitled.pwn(11 -- 13) : warning 215: expression has no effect
C:\Users\User\Downloads\Untitled.pwn(13) : error 001: expected token: ";", but found "-identifier-"
C:\Users\User\Downloads\Untitled.pwn(14) : error 010: invalid function or declaration
C:\Users\User\Downloads\Untitled.pwn(140) : warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
}
speed = CreatePickup(1318,23,1411.9476,-1700.0509,13.5395);
return 1;
}
i have this errors
C:\Users\User\Downloads\Untitled.pwn(11) : error 029: invalid expression, assumed zero
C:\Users\User\Downloads\Untitled.pwn(11 -- 13) : warning 215: expression has no effect
C:\Users\User\Downloads\Untitled.pwn(13) : error 001: expected token: ";", but found "-identifier-"
C:\Users\User\Downloads\Untitled.pwn(14) : error 010: invalid function or declaration
C:\Users\User\Downloads\Untitled.pwn(140) : warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase