Problem
#1

Код:
C:\Documents and Settings\Mikeeey\Desktop\GTA SA TEST\gamemodes\bare.pwn(11) : error 001: expected token: ";", but found "}"
C:\Documents and Settings\Mikeeey\Desktop\GTA SA TEST\gamemodes\bare.pwn(109) : warning 219: local variable "string" shadows a variable at a preceding level
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
pawn Код:
new string[72];
new pname
}
main()
{
    print("\n----------------------------------");
    print("  Michael's TDM\n");
    print("----------------------------------\n");
}
Reply
#2

First, you already have "new string[72];" somewhere in your script.


Second, add: "new pname[MAX_PLAYER_NAME];", instead of "new pname".
Reply
#3

Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)