#1

Hello.
I Get this warrning.Please help
Код:
C:\Users\Vova\Desktop\Romas\SAMP\Romas(Netrink)\Romas\startGM by Leo G v0.0.1\gamemodes\startGM.pwn(392) : error 017: undefined symbol "TaxiInf"
C:\Users\Vova\Desktop\Romas\SAMP\Romas(Netrink)\Romas\startGM by Leo G v0.0.1\gamemodes\startGM.pwn(392) : warning 215: expression has no effect
C:\Users\Vova\Desktop\Romas\SAMP\Romas(Netrink)\Romas\startGM by Leo G v0.0.1\gamemodes\startGM.pwn(392) : error 001: expected token: ";", but found "]"
C:\Users\Vova\Desktop\Romas\SAMP\Romas(Netrink)\Romas\startGM by Leo G v0.0.1\gamemodes\startGM.pwn(392) : error 029: invalid expression, assumed zero
C:\Users\Vova\Desktop\Romas\SAMP\Romas(Netrink)\Romas\startGM by Leo G v0.0.1\gamemodes\startGM.pwn(392) : fatal error 107: too many error messages on one line
This code:
Код:
if(newstate == PLAYER_STATE_DRIVER) // tikriname ar ћaidejas sedi vairuotojo pozicijoje.
{
new VID = GetPlayerVehicleID(playerid);
if(VID == TaxiInf[0]) // <--- THIS LINE
{
Reply
#2

If I had to guess, you meant to type TaxiInfo[0] instead of TaxiInf[0]
Otherwise, you don't have TaxiInf defined.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)