#1

Help
this is a weird error
error 001: expected token: ";", but found "public"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

this is the line
public OnGameModeInit()
{
Reply
#2

Could you show us a little bit more of the script beneath the "OnGameModeInit"?
Reply
#3

Its the line above public OnGameModeInit(). You forgot to add a ";" at the end of the function.
Reply
#4

pawn Код:
new something

Public OnGameModeInit(playerid)
{
}
maybe you have something like above it should be:

pawn Код:
new something;

Public OnGameModeInit(playerid)
{
}
Reply
#5

if i was you keep all ur
Код:
new something;
or whatever ur putting up the top so u can find them easyly
Reply
#6

Quote:
Originally Posted by hadzx
Посмотреть сообщение
if i was you keep all ur
Код:
new something;
or whatever ur putting up the top so u can find them easyly
yep thats true
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)