[HELP] How can I adapt this filterscript inside a gamemode?
#1

Hello, this is the filterscript I'm trying to put inside my gamemode, but it gives me that error:
Код:
error 017: undefined symbol "playerid"
And when I move the following section to OnPlayerConnect...
Код:
new
    Text: Registro[12],
    Text: Dicas[15],
    Text: Info[15],
    PlayerText: PlayerRegistro[playerid][MAX_PLAYERS][6];
It gives me the following errors:
Код:
: error 017: undefined symbol "Dicas"
: warning 215: expression has no effect
: error 001: expected token: ";", but found "]"
: error 029: invalid expression, assumed zero
: fatal error 107: too many error messages on one line
I hope you can help me.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)