Search Results
The prices of player-to-player assets (i.e houses, businesses, in-character services) are generally controlled by an economic concept called "inflation", I wont explain it here as there are better re...
923
Quote:
Originally Posted by Kalcor
moar update. moar scripp. moar pawno. moar skinn.
it'll never be enough for some people.
seriously, why, after such a long run, would I include some fe...
80,231
As much as I wish not to do this...
#saveDL
80,231
Quote:
Originally Posted by Kalcor
We've decided to not include the 0.3DL downloading feature in 0.3.9.
If you have a server on 0.3DL and you want to come back to the main branch, you cou...
80,231
Quote:
Originally Posted by darkhunter332
Isn't it south central script?
Nice edit tho'.
No, it's not South Central at all, compare the two scripts and you will see they have very littl...
1,832
Quote:
Originally Posted by Logic_
Looks very similar to the Explicit/ Oceanic Roleplay script that was made by Hansrutger or someone.
Yes, it does use some code from Oceanic Roleplay, ...
1,832
Here since 2008, joined forums 2010. Barely around these days, rarely playing SA-MP these days.
2,542
I've mirrored the gamemode on Github (with iConvict's permission): https://github.com/seanny/SC-RP
27,391
SA-MP role play is dying because it's more or less the same old, sometimes in a different area. Servers that take advantage of SA-MP's new server-sided models could work wonders though with new unique...
341
Interesting, how did you manage to keep a server sided 30fps cap?
154
Quote:
Originally Posted by UFF
Код:
public OnGameModeInit()
{
....
mysql_tquery(g_SQL, "SELECT * FROM houses", "Query_LoadHouses", "");
....
}
public Query_LoadHouses()
{...
97
Quote:
Originally Posted by Logic_
There are tons of mistakes in your code!
Why are you adding +1 to the loop ID? The arrays start from 0 not 1 and you should.
PHP код:
HouseInfo[i...
97
Quote:
Originally Posted by Phreak
What error does the mysql log show?
I added the MySQL log.
97
Quote:
Originally Posted by AmigaBlizzard
Try commenting the query to load your furniture and see if that does the trick.
If it now loads all houses, you can be certain that sending the q...
97
I'm having a problem where BlueG MySQL is only loading data from 1 row but it sees that there is 37 rows.
samp-server.exe:
Код:
House rows = 37
House 1 ID = 1
* 1 houses were loaded from the data...
97
Yes, it is possible but your experience will be far better running Windows, you can either go virtualisation (not recommended) or Boot Camp. See: https://support.apple.com/en-gb/boot-camp
I know this...
59
I found out what the problems was (I think!), I had the actual armature in Blender selected instead of Scene which I believe caused the lights not to be exported.
Quote:
Originally Posted b...
178
Hi,
I retextured the skin "wfyst" (Modified Default Skin: 93), modified the UV slightly also to produce this result:
https://dc-rp.com/image/wfyst.png
When I load it on my server though, I get this...
178
My server does run custom models, but when I disable them using artwork 0 or re-enable them using artwork 1, it still does not work.
42
Hi, I am having trouble with OnPlayerFinishedDownloading not being called on the Windows Server (Localhost)
Here is the code for OnPlayerFinishedDownloading:
PHP код:
public OnPlayerFinishedD...
42