Search Results
The word 'download' is more than likely universally recognized by players of online video games. Even if they can't speak a word of English. Regardless, that's a very poor point to make on your behalf...
117,350
https://www.strawpoll.me/18904051
117,350
Whether or not that's true, there's an absolute landslide in favor of keeping custom models. How much support will it take for you to definitively state that you're going to keep the feature in the up...
117,350
Quote: Originally Posted by Kalcor There's not really a single sa-mp community, it's a collection of servers with their own communities. the ls-rp people showed up after this thread was l...
117,350
It seems to me that your biggest gripe with making SA-MP open source is that somehow you'll lose what you've created over these years. What you must realize is that this community is not geared toward...
117,350
Код: if(checkpointid == Farmer[playerid][CP9]) { SendClientMessage(playerid, -1, "9th"); new Cash = RandomEx(10, 50); Farmer[playerid][M9] = GivePlayerMoney(pla...
90
https://sampwiki.blast.hk/wiki/SetObjectMaterialText You'll need to have the unix timestamps set up already in order to pass them into this though.
88
I could be completely wrong as I'm unfamiliar with fwrite, but I read up on the wiki. It appears you're converting a string to an integer and passing it into fwrite which wants a string that it can co...
95
Quote: Originally Posted by SyS that's a bad practice... Correct, I should've been clear about that, but he's probably gonna do it either way.
53
If you want to change the text color of the message they're sending and not the actual radio text, use Color Embedding. https://sampwiki.blast.hk/wiki/Colour_Embedding
102
Adding it within brackets will make it private within those brackets. If you make it outside of any brackets toward the top of your script it should work anywhere. Go for 128 rather than 512 though i...
53
CTRL+F -> public OnPlayerText(playerid, text[]) Post the code within that here and I'll help you out.
162
CTRL+F for 'strcat' and see if you can find where the SendClientMessage related to that is located. It appears it's there two times with two different colors.
162
Whatever you're using to concatenate your string is sending the second with a different color for the client message. Find that and set it to yellow.
162
Quote: Originally Posted by SniperZLyfe1 What about this:https://vpscheap.net/ I would still recommend Linode over this host, you'll get more for your money.
155
EDIT: Misread the PHP code! Sorry!
174
Linode.com has servers for $5 and as far as I know accepts paypal for payments. You can get 20 dollars of free credit with your first purchase with the code 'bootstrapped2017'.
155
Is your table surely called 'accounts'? Also is your username column capitalized like 'Username' as the code has it? These things (as far as I know) are case sensitive.
174