08.04.2009, 22:16
C:\Users\Daniel Andersen\Desktop\Annet\SAMP\SAMP Server\filterscripts\test.pwn(186) : error 033: array must be indexed (variable "-unknown-")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
=
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
=
Код:
new car;
new carid[256];
format(carid, 256, "%d", GetPlayerVehicleID(playerid));
new confirm[64];
if(sscanf(params, "s", confirm) == "confirm") -- 186 !!
{
if(car == 0)
{
SendClientMessage(playerid, COLOR_YELLOW, "This car is not for sale!");
}
else if(car == 1)
{
SendClientMessage(playerid, COLOR_YELLOW, "You bought this car for $10000, check /vhelp for commands.");
dini_Create(carid);
dini_Set(carid, "name", file);
}
}

