Search Results
I would like to learn more but text tutorials for some reason don't work as well as actually seeing someone explain things. Any good videos that properly explain things and how they work? Thanks guys.
94
How would I go about and convert this script to eINI (https://sampforum.blast.hk/showthread.php?tid=573490) I'm quite confused. Thanks
22,870
Sorry to bump but I am actually curious as how to give the player the money saved in the value :P
158
CMD:repair(playerid, params[]) { new id = PlayerIsAnAnyRepairPoint(playerid); RepairVehicle(GetPlayerVehicleID(playerid)); if(id == -1) return return SendClientMessage(playerid, -1, "You can'...
162
C:\SA-MP Servers\SA-MP Server (Mine)\gamemodes\roleplay.pwn(92) : error 001: expected token: ")", but found "{" C:\SA-MP Servers\SA-MP Server (Mine)\gamemodes\roleplay.pwn(495) : warning 216: nested c...
162
I have multiple checkpoints however, how could I just work with them?
162
Hey, I made a bunch of saved positions for repair points but how can I make a checkpoint like thing that I have to be in it and I type /repair in the car to repair? Thanks (I have all of the coords if...
162
No, I meant if they are banned thru the variable pBanned then when they try to connect they automatically get kicked.
92
How can I kick someone who is banned using my y_ini system banned variable pBanned, and question two how can I read the amount of money a player has from file and set the players money to it (variable...
92
Hey, I haven't scripted in a LONG time and I am trying to find out why the hell this isn't working :P Can someone help Код: public OnPlayerStateChange(playerid, newstate, oldstate) { if(newstat...
105
I want it to show the location on the map, not Julius Thruway North....
134
Hello, I am trying to find out how to make a textdraw above the minimap that shows the location. I am currently using the a_zones include.
134
How could I make it go from on coord to another? :P
199
Sorry for the l8 reply, been busy :P, here you go: [CODE]COMMAND:work(playerid, params[]) { if(!IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid, 0xFFFFFFFF, "You are not in a vehi...
199
For some reason it doesn't get the coordinates from the random_destinations :P
199
Hello, I am trying to make a mission system where you drive from a random location to another, I already made some locations to drive to but I don't know how to make it completly random :P Thanks! BT...
199