Jump to content

KenT

Membru
  • Posts

    6
  • Joined

  • Last visited

    Never

Everything posted by KenT

  1. Mai am inste probleme cu astea: error 033: array must be indexed (variable "tmp") gamemodes\Fost-mQ.pwn(29909) : error 017: undefined symbol "strtok" doar cu astea la fiecare rand ce sa fac?
  2. da.L'am schimbat asta nou R5 dar inainte merge bine ( si acum dupa ce am facut aia mia dat 48 warnings si pornesc sv si intru ma logez bine apoi tastez orice comanda si imi zice "SERVER Unkown Command" ce sa fac? dac am a poate ajuta cineva datimki Ad pe mess: mqangel
  3. am facut asa si cand deschid sv cind tastez o comanda zice SERVER UNKOWN COMMAND la fiecare dar GM inainte mergea bine....
  4. am facut asa si mia aparut doar 1 erroar din streamer new1\pawno\include\Streamer.inc(230) : error 074: #define pattern must start with an alphabetic character ma ajuti?
  5. salut am niste probleme la un server nu stiu daca is stiti dar se numeste XTR-Zone (daca il aveti fara errori datimi PM ) asa sa va zic despre problema mea.In acest rand: KenT\Desktop\new1\gamemodes\xtr.pwn(5949) : error 017: undefined symbol "SetPVarInt" new Str[ 25 ]; SetPVarInt( playerid, "RadioC", -1 ); GetPVarString( playerid, "Radio", Str, 25 ); SetPVarInt( playerid, "RadioCount", listitem ); for ( new i = 0; i < RadioCount + 1; i++ ) Audio_Stop(playerid, i); new Str2[ 129 ]; format( Str2, sizeof Str2,"You stopped: ~r~~h~%s~w~.~n~~n~Any other sounds, music, etc... that were playing have been turned off!",Str ); Info(playerid, Str2, 5000); } else { for ( new i = 0; i < RadioCount + 1; i++ ){ Audio_Stop(playerid, i);} Audio_PlayStreamed( playerid, R_DATA[ listitem ][ RadioURL ] ); SetPVarString( playerid, "Radio", R_DATA[ listitem ][ RadioName ] ); SetPVarInt( playerid, "RadioC", R_DATA[ listitem ][ RadioID ] ); new Str[ 256 ]; format( Str, sizeof Str, "You started playing: ~r~~h~%s", R_DATA[ listitem ][ RadioName ] ); Info( playerid, Str, 5000 ); } } else if ( listitem == RadioCount + 1 ) { if ( GetPVarInt( playerid, "RadioC" ) == -1 ) return cmd_radio( playerid, ""),SendError( playerid, "No radio playing!"); ShowDialog( playerid, RadioVolume, DIALOG_STYLE_INPUT, "{FFFFFF}Radio Volume", "{FFFFFF}Set your radio's volume\n"COL_YELLOW"Volume 1 - 100", "Set", "Back" ); } else if ( listitem == RadioCount + 2 ) { if ( GetPVarInt( playerid, "RadioC" ) == -1 ) return cmd_radio( playerid, ""),SendError( playerid, "No radio playing!"); 2.Alta erroare cu : xtr.pwn(5957) : error 017: undefined symbol "GetPVarInt. Uitativa randul: else if ( listitem == RadioCount + 1 ) { if ( GetPVarInt( playerid, "RadioC" ) == -1 ) return cmd_radio( playerid, ""),SendError( playerid, "No radio playing!"); ShowDialog( playerid, RadioVolume, DIALOG_STYLE_INPUT, "{FFFFFF}Radio Volume", "{FFFFFF}Set your radio's volume\n"COL_YELLOW"Volume 1 - 100", "Set", "Back" ); } else if ( listitem == RadioCount + 2 ) { if ( GetPVarInt( playerid, "RadioC" ) == -1 ) return cmd_radio( playerid, ""),SendError( playerid, "No radio playing!"); ShowDialog( playerid, RadioFX, DIALOG_STYLE_LIST, "{FFFFFF}Radio FX Effect", ""CLB"Chorus\n\ "CLB"Compression\n\ "CLB"Distortion\n\ "CLB"Echo\n\ "CLB"Flanger\n\ "CLB"Gargle\n\ "CLB"I3DL2 Reverb\n\ "CLB"Parametric Equalizer\n\ "CLB"Reverb\n\ "COL_RED"Remove FX Effect", "Set", "Back" ); } else if ( listitem == RadioCount + 3 ) { if ( GetPVarInt( playerid, "RadioC" ) == -1 ) return cmd_radio( playerid, ""),SendError( playerid, "No radio playing!"); ShowEAXOptions( playerid ); } else if ( listitem == RadioCount + 4 ) ShowRadioInfo( playerid ); PS:Am pus cele mai noi include astea streamer....
  6. Am un server si cind dau compile asta imi apare pliz ajutatimaaa C:\Documents and Settings\KenT\??????? ????\new1\pawno\include\Streamer.inc(230) : error 074: #define pattern must start with an alphabetic character C:\Documents and Settings\KenT\??????? ????\new1\pawno\include\nRadio.inc(142) : error 017: undefined symbol "SetPVarInt" C:\Documents and Settings\KenT\??????? ????\new1\pawno\include\nRadio.inc(143) : error 017: undefined symbol "GetPVarInt" C:\Documents and Settings\KenT\??????? ????\new1\pawno\include\nRadio.inc(151) : error 017: undefined symbol "GetPVarInt" C:\Documents and Settings\KenT\??????? ????\new1\pawno\include\nRadio.inc(151) : error 017: undefined symbol "SetPVarInt" C:\Documents and Settings\KenT\??????? ????\new1\pawno\include\nRadio.inc(152) : error 017: undefined symbol "SetPVarInt" C:\Documents and Settings\KenT\??????? ????\new1\pawno\include\nRadio.inc(153) : error 017: undefined symbol "GetPVarInt" C:\Documents and Settings\KenT\??????? ????\new1\pawno\include\nRadio.inc(228) : error 017: undefined symbol "GetPVarInt" C:\Documents and Settings\KenT\??????? ????\new1\pawno\include\nRadio.inc(248) : error 017: undefined symbol "SetPVarInt" C:\Documents and Settings\KenT\??????? ????\new1\gamemodes\xtr.pwn(5911) : error 017: undefined symbol "GetPVarInt" C:\Documents and Settings\KenT\??????? ????\new1\gamemodes\xtr.pwn(5931) : error 017: undefined symbol "GetPVarInt" C:\Documents and Settings\KenT\??????? ????\new1\gamemodes\xtr.pwn(5935) : error 017: undefined symbol "SetPVarInt" C:\Documents and Settings\KenT\??????? ????\new1\gamemodes\xtr.pwn(5936) : error 017: undefined symbol "GetPVarString" C:\Documents and Settings\KenT\??????? ????\new1\gamemodes\xtr.pwn(5937) : error 017: undefined symbol "SetPVarInt" C:\Documents and Settings\KenT\??????? ????\new1\gamemodes\xtr.pwn(5948) : error 017: undefined symbol "SetPVarString" C:\Documents and Settings\KenT\??????? ????\new1\gamemodes\xtr.pwn(5949) : error 017: undefined symbol "SetPVarInt" C:\Documents and Settings\KenT\??????? ????\new1\gamemodes\xtr.pwn(5957) : error 017: undefined symbol "GetPVarInt" C:\Documents and Settings\KenT\??????? ????\new1\gamemodes\xtr.pwn(5964) : error 017: undefined symbol "GetPVarInt" C:\Documents and Settings\KenT\??????? ????\new1\gamemodes\xtr.pwn(5980) : error 017: undefined symbol "GetPVarInt" C:\Documents and Settings\KenT\??????? ????\new1\gamemodes\xtr.pwn(6038) : error 017: undefined symbol "GetPVarInt" C:\Documents and Settings\KenT\??????? ????\new1\gamemodes\xtr.pwn(6076) : error 017: undefined symbol "GetPVarInt" C:\Documents and Settings\KenT\??????? ????\new1\gamemodes\xtr.pwn(12977) : warning 202: number of arguments does not match definition C:\Documents and Settings\KenT\??????? ????\new1\gamemodes\xtr.pwn(12992) : warning 202: number of arguments does not match definition C:\Documents and Settings\KenT\??????? ????\new1\gamemodes\xtr.pwn(13007) : warning 202: number of arguments does not match definition C:\Documents and Settings\KenT\??????? ????\new1\gamemodes\xtr.pwn(13022) : warning 202: number of arguments does not match definition C:\Documents and Settings\KenT\??????? ????\new1\gamemodes\xtr.pwn(13140) : warning 202: number of arguments does not match definition C:\Documents and Settings\KenT\??????? ????\new1\gamemodes\xtr.pwn(13154) : warning 202: number of arguments does not match definition C:\Documents and Settings\KenT\??????? ????\new1\gamemodes\xtr.pwn(13169) : warning 202: number of arguments does not match definition C:\Documents and Settings\KenT\??????? ????\new1\gamemodes\xtr.pwn(13183) : warning 202: number of arguments does not match definition C:\Documents and Settings\KenT\??????? ????\new1\gamemodes\xtr.pwn(13198) : warning 202: number of arguments does not match definition C:\Documents and Settings\KenT\??????? ????\new1\gamemodes\xtr.pwn(13214) : warning 202: number of arguments does not match definition C:\Documents and Settings\KenT\??????? ????\new1\gamemodes\xtr.pwn(13231) : warning 202: number of arguments does not match definition C:\Documents and Settings\KenT\??????? ????\new1\gamemodes\xtr.pwn(13245) : warning 202: number of arguments does not match definition C:\Documents and Settings\KenT\??????? ????\new1\gamemodes\xtr.pwn(13260) : warning 202: number of arguments does not match definition C:\Documents and Settings\KenT\??????? ????\new1\gamemodes\xtr.pwn(13274) : warning 202: number of arguments does not match definition C:\Documents and Settings\KenT\??????? ????\new1\gamemodes\xtr.pwn(13289) : warning 202: number of arguments does not match definition C:\Documents and Settings\KenT\??????? ????\new1\gamemodes\xtr.pwn(13305) : warning 202: number of arguments does not match definition C:\Documents and Settings\KenT\??????? ????\new1\gamemodes\xtr.pwn(13320) : warning 202: number of arguments does not match definition C:\Documents and Settings\KenT\??????? ????\new1\gamemodes\xtr.pwn(13336) : warning 202: number of arguments does not match definition C:\Documents and Settings\KenT\??????? ????\new1\gamemodes\xtr.pwn(13351) : warning 202: number of arguments does not match definition C:\Documents and Settings\KenT\??????? ????\new1\gamemodes\xtr.pwn(13363) : warning 202: number of arguments does not match definition C:\Documents and Settings\KenT\??????? ????\new1\gamemodes\xtr.pwn(13375) : warning 202: number of arguments does not match definition C:\Documents and Settings\KenT\??????? ????\new1\gamemodes\xtr.pwn(13387) : warning 202: number of arguments does not match definition C:\Documents and Settings\KenT\??????? ????\new1\gamemodes\xtr.pwn(13399) : warning 202: number of arguments does not match definition C:\Documents and Settings\KenT\??????? ????\new1\gamemodes\xtr.pwn(13410) : warning 202: number of arguments does not match definition C:\Documents and Settings\KenT\??????? ????\new1\gamemodes\xtr.pwn(14419) : error 017: undefined symbol "GetPVarInt" C:\Documents and Settings\KenT\??????? ????\new1\gamemodes\xtr.pwn(14423) : error 017: undefined symbol "GetVehicleDamageStatus" C:\Documents and Settings\KenT\??????? ????\new1\gamemodes\xtr.pwn(14424) : error 017: undefined symbol "GetPVarInt" C:\Documents and Settings\KenT\??????? ????\new1\gamemodes\xtr.pwn(14428) : error 017: undefined symbol "SetPVarInt" C:\Documents and Settings\KenT\??????? ????\new1\gamemodes\xtr.pwn(14432) : error 017: undefined symbol "SetPVarInt" Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 26 Errors.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.