Format message
#4

Credit goes to Nero_3D. (http://forum.sa-mp.com/showpost.php?...postcount=4226).


So you just re-word it

PHP код:
stock SFM(playeridcolorform[], {Float_}: ...) {
    
#pragma unused form
    
static
        
tmp[145]
    ;
    new
        
t1 playerid,
        
t2 color
    
;
    const
        
n4 = -4,
        
n16 = -16,
        
size sizeof tmp
    
;
    
#emit stack 28
    #emit push.c size
    #emit push.c tmp
    #emit stack n4
    #emit sysreq.c format
    #emit stack n16
    
return SendClientMessage(t1t2tmp);

Quote:
Originally Posted by iLearner
Посмотреть сообщение
PHP код:
stock SFM(playeridcolorlang1[ ], lang2[ ])
{
if(
playerVariables[playerid][pLanguage] == 2SendClientMessage(playerid, -1lang2);
else 
SendClientMessage(playerid, -1lang1);

Indent? o.O
Reply


Messages In This Thread
Format message - by None1337 - 11.01.2018, 11:03
Re: Format message - by iLearner - 11.01.2018, 11:07
Re: Format message - by None1337 - 11.01.2018, 12:32
Re: Format message - by ISmokezU - 11.01.2018, 12:37
Re: Format message - by iLearner - 11.01.2018, 12:39
Re: Format message - by jasperschellekens - 11.01.2018, 12:40
Re: Format message - by ISmokezU - 11.01.2018, 12:53
Re: Format message - by None1337 - 11.01.2018, 13:41
Re: Format message - by DaniceMcHarley - 11.01.2018, 13:43
Re: Format message - by None1337 - 11.01.2018, 16:50

Forum Jump:


Users browsing this thread: 3 Guest(s)