#1

Fixed!
Reply
#2

change this to this
pawn Код:
CarShopVehID[playerid] = CreateVehicle(VehModels[LastSelectVehicle[playerid], 1050.3732,2311.5098,10.9296, 266.8251, -1, -1, 5000);
Reply
#3

Quote:
Originally Posted by iThePunisher
Посмотреть сообщение
change this to this
pawn Код:
CarShopVehID[playerid] = CreateVehicle(VehModels[LastSelectVehicle[playerid], 1050.3732,2311.5098,10.9296, 266.8251, -1, -1, 5000);
error 001: expected token: "]", but found ","
Reply
#4

someone?
Reply
#5

pawn Код:
new VehModels[]=
{
    522, 411
};
Reply
#6

Quote:
Originally Posted by Calabresi
Посмотреть сообщение
pawn Код:
new VehModels[]=
{
    522, 411
};
error 008: must be a constant expression; assumed zero
Reply
#7

pawn Код:
new VehModels[2] = {
    522, 411
};
Reply
#8

Quote:
Originally Posted by Calabresi
Посмотреть сообщение
pawn Код:
new VehModels[2] = {
    522, 411
};
error 008: must be a constant expression; assumed zero
Reply
#9

UP..
Reply
#10

Close this for the poster please...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)