Posts: 43
Threads: 0
Joined: Aug 2012
Reputation:
0
Awesome update! FINALLY ! GetPlayerPoolSize()/GetVehiclePoolSize() - very good feature! Nice work, SA-MP team!
Posts: 1,167
Threads: 57
Joined: Jul 2010
Reputation:
0
I wonder what have Rockstar games done with world boundaries that its so hard to override them, maybe needs to be created some extra dll file which access gta sa memory or something
Also what is the reason why custom mapped objects doesn't cast the shadow.
Are they impossible features, or just haven't tried to get at that part yet?
Posts: 1,167
Threads: 57
Joined: Jul 2010
Reputation:
0
No, I mean the shadow from player or cars doesn't appear on the ground, same as headlights, or any other light, you can't see it on the mapped object, put on the lowest settings to see what I mean, but its not about settings its about that they don't have shadow on them.
Posts: 4,049
Threads: 85
Joined: Mar 2013
Reputation:
0
Theres some objects with wrong texture, please fix it
Posts: 237
Threads: 18
Joined: Mar 2010
Reputation:
0
I don't wanna look irrespectful or ungrateful, believe me, every single feature it's exciting for me (even the birds fix).
But I really wonder why such simple stuff is always forgotten from SAMP RCs.
For example, I'm referring to the definition of IsValidVehicle, which is just one line missing, or the night vision fix, which has been posted several times (the assembly fix, not the OnPlayerUpdate one) and it's available from YSF source, or some typos in a_samp.
I've been the developer of a small community for over 5 years, so I know how it's easy to forget something, but all those things repeated again and again make every update look less useful then how it really is.
Anyway, thanks again for this release.
Posts: 63
Threads: 6
Joined: Feb 2015
Reputation:
0
Did someone suddenly drink a double espresso coffee?
Posts: 124
Threads: 18
Joined: Dec 2010
Quote:
Originally Posted by DarkSlyder
I don't wanna look irrespectful or ungrateful, believe me, every single feature it's exciting for me (even the birds fix).
But I really wonder why such simple stuff is always forgotten from SAMP RCs.
For example, I'm referring to the definition of IsValidVehicle, which is just one line missing, or the night vision fix, which has been posted several times (the assembly fix, not the OnPlayerUpdate one) and it's available from YSF source, or some typos in a_samp.
I've been the developer of a small community for over 5 years, so I know how it's easy to forget something, but all those things repeated again and again make every update look less useful then how it really is.
Anyway, thanks again for this release.
|
Totally agree ...
Anyway, thank you for this RC
Posts: 626
Threads: 46
Joined: Oct 2014
Reputation:
0
Waiting for official version <3
Posts: 3,324
Threads: 96
Joined: Sep 2013
Finally the bird thing! I'm actually serious. My current project needed that, literally. My whole map is in the sky so yea, birds looked retarded. Maybe there could be a way to disable birds completely (AND FISH)? Also the SelectObject fix is working perfect for me now, my in-game object editor seems to be freed of the bugs. I can't pin-point the problem with the camera functions, but sometimes I could be right in front of an object and it will return invalid. Yes, the thingy is enabled for every player.
Posts: 1
Threads: 0
Joined: Feb 2015
Reputation:
0
Hey Guys,i need sume help. If i start installing and write my password and hit "yes" then there comes "Installer check was failed,common cause include incomplete download and damage media.Contact the installers author to Obtain a new copy" and under that is a adress what dont working..
PLease tell me what to do.
Posts: 253
Threads: 2
Joined: Dec 2012
Reputation:
0
too many drinks objects! thank you!
Posts: 534
Threads: 265
Joined: Jul 2014
I don't understand GetPlayerPoolSize, if i have variable
new Variable[ MAX_PLAYERS ];
MAX_PLAYERS is 200
i do that cikle
Код:
for( new i = 0; i < GetPlayerPoolSize(); i ++)
{
if( Variable[ i ] == 1)
{
}
}
If in my server play 400 players then here will be crash.
Posts: 3,324
Threads: 96
Joined: Sep 2013
Quote:
Originally Posted by Banditukas
I don't understand GetPlayerPoolSize, if i have variable
new Variable[ MAX_PLAYERS ];
MAX_PLAYERS is 200
i do that cikle
Код:
for( new i = 0; i < GetPlayerPoolSize(); i ++)
{
if( Variable[ i ] == 1)
{
}
}
If in my server play 400 players then here will be crash.
|
No shit. Why do you have the max set to 200 if you plan on having 400 players? COMMON SENSE!
Posts: 36
Threads: 1
Joined: Feb 2011
Reputation:
0
How works /ctd command ? If i type this nothing happend....