Search Results
Can you post all the codes where you put #line 4280 pls? Like where you do it.
94
For that, you might try this; but your format looks weird, check if your stats are correct for character Код: CMD:stats(playerid,params[]) { if(IsPlayerConnected(playerid)) { ...
85
This might work if what I understand from your words are what you need. Код: CMD:stats(playerid,params[]) { if(IsPlayerConnected(playerid)) { PlayerInfo[playerid][pLevel] ...
85
I still need help, I made some changes and now when you use the command dialog pops up and all businesses want cargo shows up, but when you click the first business it says "This business do not accep...
57
Hello, I got a business system which you can order cargo for your business. And when you open cargo deliveries for your business for truckers to bring cargos your business info pops up in this dialog...
57
That fixed it, thank you so much.
61
Hello, I'm trying to make a dialog command to show which businesses are accepting cargo So this is my code, there is 2 businesses accepting cargo but it only shows one Anyone know how to fix this? ...
61
Maybe this tutorial can be helpful for you; https://sampforum.blast.hk/showthread.php?tid=574714
179
Oh, okay I managed to fix it, thank you so much.
81
Okay, when I deleted the "formatnumber" it did work and now showing correct but I would like to use my formatnumber stock too it puts "," to numbers like "$40,000" Anything I could do to fix this? h...
81
I did as you said but unfortunately it didn't work, now it shows $52 for the price as you can see here: http://i.imgur.com/uh6Pk7n.jpg but there is no 52 in my prices, my exact declaration for pri...
81
Hello, I'm trying to implement vehicle price to dialog title and I'm trying to use loop to get correct price from model id. I got this codes; Code: new VehiclePrices[47][47] = { // {model, price...
81