Search Results
Oh lol i added the angle from the vehicle info enum and it compiled just need test Thank you
103
Alright but how can i fix it? i need to load the location of the car
103
I made one code to park vehicle and despawn at same time.. And now i finished.. the code to spawn it again but im getting one error here is my code to spawn pawn Код: else if(strcmp(x_v,"get1",tru...
103
Are you creating the scriptfiles? its seens be the problem
220
I see anyway thanks for the release The vehicle system looks awesome
329
This looks really nice, good work !gonna test it soon i saw the lines 40 k its alot EDIT:Why you release it you could sell it for good cash
329
Hmm try to add some think like new pdcar; then creat the vehicle witht his variable pdcar = creatvehicleblabla also you are not using the playerid'' pawn Код: IsPlayerInVehicle(playerid,(pdcar));...
192
Maybe new FLOAT:Z then Getplayerpos(playerid,Z); ? never tryed it EDIT:Guess its more hard then that
230
Well im getting alot of warning and i need some help with this pawn Код: function CreatVehicle(owner[24], Float:x, Float:y, Float:z, price){    printf("Saved Car Model(%d) to DB....", modelid);Â...
57
Someone know a good color picker? I tryed to find at the forum but seens be removed if someone got link post here please
78
I need some help with this >.> i added some new items to players in the pawn but now i cant figure how to write it to phpmyadmin i tryed to search there something to add new variables but i cant...
89
i tested it again and is not working too someone can help?
206
pawn Код: cmd(adminhelp, playerid, params[]){if(GetPVarInt(playerid, "Admin") < 1)return SendMessage(playerid, "You can't use this command!");SendClientMessage(playerid, green,"================...
206
Or you can put this pawn Код: if(!ADMINLINE) return SendClientMessage(playerid, COLOR_RED, "You are not an admin!"); Thas for rcon hope it help you
110
pawn Код: if (PlayerInfo[playerid][pAdmin] >= 1){return SendClientMessage(playerid, 0xFF4646FF, "You are not authorized to use that command !");} This aint rcon thats your own variables for ad...
110