Lil problem with mysql and Createvehicle
#1

Код:
D:\sa-mp server\gamemodes\SLRP.pwn(31250) : error 001: expected token: "-string end-", but found "-identifier-"
D:\sa-mp server\gamemodes\SLRP.pwn(31250) : warning 215: expression has no effect
D:\sa-mp server\gamemodes\SLRP.pwn(31250) : error 001: expected token: ";", but found ")"
D:\sa-mp server\gamemodes\SLRP.pwn(31250) : error 029: invalid expression, assumed zero
D:\sa-mp server\gamemodes\SLRP.pwn(31250) : fatal error 107: too many error messages on one line
Whats wrong with this? Should i take out the
pawn Код:
[veh1[playerid]]
Or is somthing esle causing the problem?

pawn Код:
veh1[playerid] = CreateVehicle(CMySQL_Int1(plname, "Model"), CMySQL_SetFloat1(plname, "ParkX",VehicleInfo[veh1[playerid]][vX]), CMySQL_SetFloat1(plname, "ParkY",VehicleInfo[veh1[playerid]][vY]), CMySQL_SetFloat1(plname, "ParkZ"VehicleInfo[veh1[playerid]][vZ]), CMySQL_SetFloat1(plname, "ParkA",VehicleInfo[veh1[playerid]][vAngle]), CMySQL_Int1(plname, "Color1"), CMySQL_Int1(plname, "Color2"), 60000);
I use this include. I would ask on that topic but it's sorta dead and i have asked somthing on it and no one has really responded

https://sampforum.blast.hk/showthread.php?tid=166856

Edit nevermind, I think i figure out. Hopefully it works this time
Reply


Messages In This Thread
Lil problem with mysql and Createvehicle - by ihatetn931 - 07.09.2010, 04:28
Re: Lil problem with mysql and Createvehicle - by LarzI - 07.09.2010, 04:37
Re: Lil problem with mysql and Createvehicle - by ihatetn931 - 07.09.2010, 04:38

Forum Jump:


Users browsing this thread: 1 Guest(s)