Search Results
Thanks mate, thought it was y_commands!
74
Hi all. I want to shorten the shout command as follows via YCMD. What is wrong with this code as I get error undefined symbol "cmd_shout". Is YCMD able to even do it? pawn Код: YCMD:s(playerid,pa...
74
I want to attach a 3D Label to a spawned vehicle. I tried creating a /setunit command and that didn't work out so well My question is how should I attach an assigned unit number underneath the car v...
148
Hello there, I was testing out dialog registers and I could not figure out how to send the text that was inputted into the dialog to the server instead of having to type it in manually when pressing ...
94
Thank you all. Results will be posted in 2 weeks from the original post.
474
Thanks guys. Overwhelming response.
474
Hello, If you have or haven't played a SA-MP roleplay server before could you please complete a little survey that I made? I am looking for others' opinions on roleplay. It shouldn't take more than 5...
474
Everything saves in my .ini file and if the server is NOT restarted I can log in back to the same position. However! When the server restarts and I log in, I spawn in Blue Berry. NOT in the previously...
52
Even with IsACop it is still showing the whole server... pawn Код: CMD:bk(playerid, params[]){    if(!IsPlayerLoggedIn(playerid)) return SendClientMessage(playerid, COLOR_GREY, "You need to log...
59
Quote: Originally Posted by mineralo pawn Код: new carid = CreateVehicle(CarInfo[car][cModel],CarInfo[car][cLocationx],CarInfo[car][cLocationy],CarInfo[car][cLocationz],90.0,1,1,30000)...
87
Quote: Originally Posted by CROSS_Hunter Change the "DIALOG_STYLE_INPUT " in the login dialog to "DIALOG_STYLE_PASSWORD " for eg: pawn Код: ShowPlayerDialog(playerid, DIALOGID, DIALO...
74
I have the below small amount of code but when users log in or edit their account it does not hash out the password. It will show the actual password instead of ***** or dots. I am using Whirlpool an...
74
Quote: Originally Posted by N0FeaR Thank you sir, so this working for you? Nah. I did post above what I changed and I am currently trying... EDIT: I mean what we really want is for the...
1,478
What I personally did was look at the /veh command which spawns state vehicles in game but does not overwrite car ID 1,2,3 etc.. I played around and asked for help on the forums. pawn Код: new ca...
1,478
Quote: Originally Posted by N0FeaR So you mean i should remove line 32237 ? Sorry! Wrong line. The correct one is line 33975 or DestroyVehicle(car);.
1,478
Quote: Originally Posted by N0FeaR So you mean i should remove line 32237 ? I believe that line is deleting from ID 1 once you buy a vehicle from a dealership but once you restart the s...
1,478
Yeah it would be great if you could take a look at the vehicle system but looking at the /v buy command in particular... I found at line 32237 is where the bug starts to occur by deleting car ID 1 an...
1,478
Hi all. When I buy a vehicle it assigns me ID 1 of the car database but creates the car ID 980 as an unknown vehicle. I want the player to be assigned the ID 980 and not ID 1. pawn Код: new car...
87
Hi! When I type /o for OOC chat for my RP server it Lists the senders name twice. EG: 'Bob_Bobby: ((Bob_Bobby MESSAGE))'. How do I make it that the first Bob Bobby is removed to leave only the bracket...
99