Jump to content
  • 0

undefined symbol "IsABike"


Question

Posted

sal. nu am definit linia asta si nu stiu cum sa o definesc.. [pawn]if(IsABike(newcar) || IsAOBike(newcar)) { }[/pawn]

F:\Gaby\xxvc\[www.fisierulmeu.ro] Game Mod[saints]\Game Mod[saints]\Saints Network [server SAMP]\gamemodes\saints.pwn(6040) : error 017: undefined symbol "IsABike"

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

1 Error.

1 answer to this question

Recommended Posts

Posted

Pune asta undeva in script: ( in afara oricarui callback )

IsABike( vehicleid )
{
    switch( GetVehicleModel( vehicleid ) )
	{
		case 581, 523, 462, 521, 463, 522, 461, 448, 468, 586, 509, 510, 481:
			return 1;
	}
    return 0;
}

Guest
This topic is now closed to further replies.
×
×
  • 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.