Search Results
This doesn't work accurate its way off, does anyone know of a legit GetPlayerSpeed.
134
No, Only this command doesn't work.The rest work fine.
141
Another Bump, I've made two topics and both no one will help.It's been over a fucking 2 weeks
141
24 Hour Bump!Please Help is still needed, Even no1 replied to my old thread either.It shouldn't be to hard to figure out right?
141
But What i dont get is, all my other commands have return 1; And they work fine
141
pawn Код: CMD:vcreate(playerid, params[]){    new        ivModel,        ivPrice,        Float:X,        Float:Y,        Float:Z,        Float:A,        ivColors[2],Â...
141
But The simple question is, Why won't it work anyway?It should work if your in vehicle or on foot.But it's only working on foot.WHY?
134
Okay...But that does not really help my issue with it only showing on foot....
134
I don't really want any plugins, I just want to use this simple code.
68
I want it to show the speed, but for some strange reason it only shows my current speed when im on foot running, when i enter a vehicle it stays at 0 :S pawn Код: public OnPlayerEnterVehicle(play...
134
pawn Код: forward CheckBank();public CheckBank(){ for(new i=0; i < MAX_PLAYERS; i++)  {  if(IsPlayerConnected(i))   {      if(IsPlayerInRangeOfPoint(i, 10, 721.9122,-1654.8541,20.9688))...
68
Okay I found out it was actually creating from my FS, so i removed my FS.I'm back to problem 1.It shows unknown command WHY THE FUCK!?
160
BUMP I STILL NEED HELP! I managed to edit it, and when i typed /vcreate it created, but i check SQL database and all the Floats are 0 instead of the coords.Also, after that i cant type vcreate again, ...
160
Opps, that means i need to change to this: ivModel = GetPlayerVehicleID(playerid); to this ivMdel = GetVehicleModel Which means again, i still need to add vehicleid to the zcmd
160
That wont work anyway, that gets the vehicle model ID not the vehicleid.
160
i need that otherwise it says undefined vehicleid
160
pawn Код: CMD:vcreate(playerid, vehicleid, params[]){        new        Float:Pos[4],        ivModel,        ivPrice,        ivColors[2],        Query[256],        iMsg...
160