Search Results
Hello, i'm in need of a good working vehicle mileage system. If anyone have time to help me creating it, please message me on the forums. Thank you.
206,005
Static Gaming Roleplay is looking for * A good scripter. * A good mapper. * Adminstrative team. * Helper team. We didn't open yet, i want to finish the script first. I'd like to have a scripter by m...
206,005
Quote: Originally Posted by antonisrodos94 if i press /createbiz 1 my test server down why? need a scriptfile or any? Some solutions: - Log in to rcon. - Try creating 'Businesses.cfg' ...
258
Guys, please believe me. You may believe it or not. This ain't taken from UG-RP! I used the tutorial on the forum for making a new dynamic Business system. Then asked some help from people. And made ...
258
Quote: Originally Posted by Abagail "This paste has been removed". Also this sounds like it came from uhhh what's it called....--- The UG-RP script? Or maybe it's just a coincidence... ...
258
REMOVED. People hating, if you still want it, send me a PM.
258
Quote: Originally Posted by FlawPaw United Gaming RP 2. I've worked sometime with this. This has so many bugs. It doesn't even save your job when you logout.. Better to create one by yo...
164
Quote: Originally Posted by J4mmyHD you are taking it away from the person accepting the weapon, No it won't because when I sell it to myself, my mats will stay too.
86
Hey there , I got a problem that the mats won't decrease after doing the command. Here's my command: Код: dcmd_acceptgun(playerid, params[]) { #pragma unused params if(weaponbeingoff...
86
Hey there , I got a problem that the mats won't decrease after doing the command. Here's my command: Код: dcmd_acceptgun(playerid, params[]) { #pragma unused params if(weaponbeingoff...
41
As the title says, my mats won't decrease when using the command: /acceptgun Everything works fine except that part. Let's have a look at my code. Код: dcmd_acceptgun(playerid, params[]) { ...
31
Quote: Originally Posted by Namer pawn Код: new string[24], pname[MAX_PLAYER_NAME];GetPlayerName(playerid, pname, sizeof(pname));format(string, sizeof(string)," %s[%d] get a car/vehicl...
147
Quote: Originally Posted by PrinceKumar If yes then use this code pawn Код: new string[24], pname[MAX_PLAYER_NAME];GetPlayerName(playerid, pname, sizeof(pname));format(string, sizeof(...
147
Quote: Originally Posted by PrinceKumar Do you want that it will show the player's name who will get vehicle or who will give vehicle Show the player's name who get the vehicle.
147
Quote: Originally Posted by dEcooR this ? Код: new name[MAX_PLAYER_NAME]; GetPlayerName(giveplayerid,name,MAX_PLAYER_NAME); format(msg, sizeof(msg), "You gave player %s ID:(%d) a car...
147
Dear people, My problem is, when i give a vehicle to a player, it won't notice the name. But the ID. I need to get player names. Here's my code. Код: CMD:givepv(playerid, params[]) { if(!IsAd...
147
@DonValley You mean, if the player buys the car, the cash will be taken off and directly being stored back? If yes, this is the solution. Don't use GivePlayerMoney, use the PlayerInfo[playerid][pCa...
2,755
Hello, when i buy a business, it will not be updated. But mixed with Non-owned and owned textdraw. The textdraw isn't readable anymore. This is my OnPlayerPickupDynamicPickup Код: public OnPlaye...
36
Hello people, I have one lock working. The industrial lock, that's the lock that will only lock the vehicle. Now i can't make my other 2 locks working. The alarm lock has this under OnPlayerStateChan...
75