Gamemode problem
#1

Hello, im making my own completely new mode, and now, I want to use some scripts from this forum, and when i add it to gamemode, it is giving me some errors on empty lines like this:

Код:
new 
tdmevent[MAX_PLAYERS],
inevent = 0,
joined;
And when i correct that in -->>>
Код:
new tdmevent[MAX_PLAYERS], inevent = 0, joined;
then It's fine..
Or when i have some empty space on definition, it makes me error
Код:
   new
joined;
And when correct it its fine... -->>
Код:
new joined;
Solutions?? Thanks
Reply
#2

Errors? Or warnings? What type of errors, or warnings?
Reply
#3

[code](62) : error 020: invalid symbol name ""
(75) : error 010: invalid function or declaration[code]

Lines:
http://prntscr.com/hoptkx


When i make it like this:
Код:
new xCharacters[][] =
{
 "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M",
"N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z",
"a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m",
"n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z",
"0", "1", "2", "3", "4", "5", "6", "7", "8", "9"
*},
xChars[16] = "",xReactionTimer,xCash,xScore,bool: xTestBusy;
Now it's Okay.. lol
Errors are like this, somebody help ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)