SA-MP Forums Archive
SA-MP 0.3.8 RC (cancelled -> 0.3.DL) - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP DL Edition (https://sampforum.blast.hk/forumdisplay.php?fid=92)
+--- Forum: SA-MP 0.3.DL (https://sampforum.blast.hk/forumdisplay.php?fid=90)
+--- Thread: SA-MP 0.3.8 RC (cancelled -> 0.3.DL) (/showthread.php?tid=644105)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40


Re: SA-MP 0.3.8 RC4-4 - Abagail - 16.12.2017

Quote:
Originally Posted by Rektumiliam
Посмотреть сообщение
Why can't actors do the "hands up" animation when aimed at them?
This wasn't default behavior before, the update was simply fixing an issue where the actor followed AI behavior from Singleplayer if a custom model was used.

Should be done through scripting, as previous.


Re: SA-MP 0.3.8 RC4-4 - Romz - 16.12.2017

Quote:
Originally Posted by ZiGGi
Посмотреть сообщение
Kalcor, please remove default game checkpoints and mapicons from stadiums.
+, good idea.




Re: SA-MP 0.3.8 RC4-4 - beckzy - 17.12.2017

Quote:
Originally Posted by ZiGGi
Посмотреть сообщение
Kalcor, please remove default game checkpoints and mapicons from stadiums.
I think they haven't already been removed because they're not in the SCM. They must be hard-coded.


Re: SA-MP 0.3.8 RC4-4 - Marllun - 17.12.2017

BeckzyBoi because it is not in the topic version 0.3.8 RC-4-4 of the windows server


Re: SA-MP 0.3.8 RC4-4 - ZiGGi - 17.12.2017

Quote:
Originally Posted by BeckzyBoi
Посмотреть сообщение
I think they haven't already been removed because they're not in the SCM. They must be hard-coded.
Maybe, but it can be patched I guess.


Re: SA-MP 0.3.8 RC4-4 - Locky_ - 17.12.2017

Quote:
Originally Posted by Marllun
Посмотреть сообщение
BeckzyBoi because it is not in the topic version 0.3.8 RC-4-4 of the windows server
You did not pay attention. RC4-4 is the client version. Read the topic again and you'll see that there was only RC4-1 upgrade to the server.


Re: SA-MP 0.3.8 RC4-4 - Calgon - 17.12.2017

Quote:
Originally Posted by TheRealSphinx
Посмотреть сообщение
Hi,

the CEF Framework is running stable in MTA and many other games!
Spotify, Discord(electron) etc. are also based on CEF.
Riot Games (League of Legends) rebuild their client to run on CEF!

Tell me why SA-MP should not get that possibility.
If we would get the CEF Framework we would get a new posibility to implement
new stuff according to GTA V. Imagine a bank system with a history of payments
shown over the CEF Framework.

I do not understand why we should miss that chance to get that!

Kind regards
Sphinx
We just don't need to replace dialogs with CEF for SA-MP, it makes the game more sluggish and difficult to play, you have a lot of options with dialogs which suffice for now.

Spotify and Discord are built with CEF? Yes, but those programs initiate properly and don't have to load new screens constantly in the game, whereas integrating it into an existing platform is annoying for users who just want to play the game and have things load quickly and efficiently. This is not MTA, we don't need this, and it's annoying on there too.


Re: SA-MP 0.3.8 RC4-4 - CaioTJF - 17.12.2017

"you have a lot of options with dialogs which suffice for now."

No, we do not have many options.


Re: SA-MP 0.3.8 RC4-4 - Calgon - 17.12.2017

Quote:
Originally Posted by CaioTJF
Посмотреть сообщение
"you have a lot of options with dialogs which suffice for now."

No, we do not have many options.
There are 5 dialog styles which are useful, if you can think of more then suggest more. CEF in SA-MP would suck and detract from the original style of gameplay on SA-MP.


Re: SA-MP 0.3.8 RC4-4 - CaioTJF - 17.12.2017

Quote:
Originally Posted by Calgon
Посмотреть сообщение
There are 5 dialog styles which are useful, if you can think of more then suggest more. CEF in SA-MP would suck and detract from the original style of gameplay on SA-MP.
menu drop-down, radio button, checkbox...


Re: SA-MP 0.3.8 RC4-4 - davve95 - 17.12.2017

Quote:
Originally Posted by CaioTJF
Посмотреть сообщение
menu drop-down, radio button, checkbox...
Those would be nice to add.


Re: SA-MP 0.3.8 RC4-4 - Cypress - 17.12.2017

Dialogs are good but they are outdated for the current today needs. Options such as button and title hiding, setting a position on screen or make it even move-toggable would be a nice add-on.


Re: SA-MP 0.3.8 RC4-4 - DleyDeR - 17.12.2017

Quote:
Originally Posted by Cypress
Посмотреть сообщение
setting a position on screen
Just it. And i would be happy.


Re: SA-MP 0.3.8 RC4-4 - EmpireSk - 17.12.2017

PHP код:
PlayerPlaySoundForAll 
I use the latest include
you deleted it


Re: SA-MP 0.3.8 RC4-4 - Jekazzz - 17.12.2017

Quote:
Originally Posted by EmpireSk
Посмотреть сообщение
PHP код:
PlayerPlaySoundForAll 
I use the latest include
you deleted it
This function never existed

PHP код:
stock PlayerPlaySoundForAll(soundidFloat:xFloat:yFloat:z) {
    for ( new 
0GetPlayerPoolSize() + 1s++ ) {
        if (!
IsPlayerConnected(i)) {
            continue;
        }
        
PlayerPlaySound(isoundidxyz);
    }
    return 
1;




Re: SA-MP 0.3.8 RC4-4 - EmpireSk - 17.12.2017

Quote:
Originally Posted by Jekazzz
Посмотреть сообщение
This function never existed

PHP код:
stock PlayerPlaySoundForAll(soundidFloat:xFloat:yFloat:z) {
    for ( new 
0GetPlayerPoolSize() + 1s++ ) {
        if (!
IsPlayerConnected(i)) {
            continue;
        }
        
PlayerPlaySound(isoundidxyz);
    }
    return 
1;

Och thanks


Re: SA-MP 0.3.8 RC4-4 - pepek1995 - 20.12.2017

Maybe its time to modify car handling and car variant?


Re: SA-MP 0.3.8 RC4-4 - mschnitzer - 20.12.2017

Kalcor already said that he will probably not implement that in this version.


Re: SA-MP 0.3.8 RC4-4 - victorara - 20.12.2017

NICEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE


Re: SA-MP 0.3.8 RC4-4 - jamesbond007 - 20.12.2017

is there actual good servers with custom content on? any creative ones ?