C:\Users\Mitch\Desktop\Server\SWR.pwn(2775) : error 017: undefined symbol "SBizzInfo" C:\Users\Mitch\Desktop\Server\SWR.pwn(2775) : warning 215: expression has no effect C:\Users\Mitch\Desktop\Server\SWR.pwn(2775) : error 001: expected token: ";", but found "]" C:\Users\Mitch\Desktop\Server\SWR.pwn(2775) : error 029: invalid expression, assumed zero C:\Users\Mitch\Desktop\Server\SWR.pwn(2775) : fatal error 107: too many error messages on one line Compilation aborted. Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.
SBizzInfo[0][sbProducts]--];
Originally Posted by Assassinx
Its not a godfather edit. Its Carlitos Edit or something. Lol. not mine.
Em yeah if you could help Shady.. What you need? |
// SafeGivePlayerMoney(playerid,-SBizzInfo[0][sbEntranceCost]);
// SBizzInfo[0][sbTill] += SBizzInfo[0][sbEntranceCost];
// ExtortionSBiz(0, SBizzInfo[0][sbEntranceCost]);
SBizzInfo[0][sbProducts]--];
HireCar[playerid] = GetPlayerVehicleID(playerid);
PlayerPlaySound(playerid, 1052, 0.0, 0.0, 0.0);
format(string, sizeof(string), "~w~Don't forget to ~b~/unrentbike~n~~g~/lock ~w~to lock your bike",hirefee);
TogglePlayerControllable(playerid, 1);
gEngine[GetPlayerVehicleID(playerid)] = 1;
GameTextForPlayer(playerid, string, 5000, 3);
SBizzInfo[0][sbProducts]--];
SBizzInfo[0][sbProducts--];
: error 017: undefined symbol "SBizzInfo"
enum Blah
{
blahblah,
blahblaha,
// ...
};
new SBizzInfo[50][Blah];
// This is just a EXAMPLE.
Originally Posted by [NT
Extremo ]
Don Correli wasn't bad at touching the problem. He wasn't wrong by pointing out that solution, but I suppose he did not notice this: Код:
: error 017: undefined symbol "SBizzInfo" |
Originally Posted by Assassinx
C:\Users\Mitch\Desktop\Server\SWR.pwn(2775) : error 017: undefined symbol "SBizzInfo"
C:\Users\Mitch\Desktop\Server\SWR.pwn(2775) : warning 215: expression has no effect C:\Users\Mitch\Desktop\Server\SWR.pwn(2775) : error 001: expected token: ";", but found "]" C:\Users\Mitch\Desktop\Server\SWR.pwn(2775) : error 029: invalid expression, assumed zero C:\Users\Mitch\Desktop\Server\SWR.pwn(2775) : fatal error 107: too many error messages on one line |