SA-MP Forums Archive
formatex and y_va - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: formatex and y_va (/showthread.php?tid=652471)



formatex and y_va - Fairuz - 12.04.2018

PHP код:
Message(playeridcolourfmat[], {Float,_}:...)
{
    
formatex(gs_Buffersizeof(gs_Buffer), fmat___(3));
    
Msg(playeridcolourgs_Buffer);
    return 
1;

Код:
message.pwn(64) : error 017: undefined symbol "___"
based on:
http://forum.sa-mp.com/showpost.php?...3&postcount=40


Re: formatex and y_va - kovac - 12.04.2018

What are you trying to output? Why formatting when you're not passing any variables to it?
What does Float parameter do in your function?
Why not using SendClientMessage?


Re: formatex and y_va - m4karow - 12.04.2018

Quote:
Originally Posted by kovac
Посмотреть сообщение
What are you trying to output? Why formatting when you're not passing any variables to it?
What does Float parameter do in your function?
Why not using SendClientMessage?
you dont know what is this dont ask stupid questions


Re: formatex and y_va - JesterlJoker - 12.04.2018

which version are you using?


Re: formatex and y_va - Fairuz - 12.04.2018

Thanks,I updated YSI and it compiled.