Quote:
Originally Posted by Xtreme_playa
You need to create an enum, how could you possibly include it ?
Let me show you an example of an enum called Info.
pawn Код:
enum Info { AdminLevel, } new PlayerInfo[MAX_PLAYERS][Info];
|
yeah i saw that too on wiki and created it under a_samp
just like in example.
But:
C:\Documents and Settings\Admin\Desktop\Server\filterscripts\radio. pwn(106) : error 017: undefined symbol "pRadioResume"
C:\Documents and Settings\Admin\Desktop\Server\filterscripts\radio. pwn(10

: error 001: expected token: ";", but found "new"
C:\Documents and Settings\Admin\Desktop\Server\filterscripts\radio. pwn(185) : error 017: undefined symbol "pRadioResume"
C:\Documents and Settings\Admin\Desktop\Server\filterscripts\radio. pwn(186) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Admin\Desktop\Server\filterscripts\radio. pwn(190) : warning 217: loose indentation
C:\Documents and Settings\Admin\Desktop\Server\filterscripts\radio. pwn(190) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Admin\Desktop\Server\filterscripts\radio. pwn(190) : error 004: function "OnPlayerExitVehicle" is not implemented
C:\Documents and Settings\Admin\Desktop\Server\filterscripts\radio. pwn(195) : error 030: compound statement not closed at the end of file (started at line 185)
:O im just worring about this undefined symbol "pRadioResume" things idk how to fix them.