help me stock
#5

Quote:
Originally Posted by jasperschellekens
Посмотреть сообщение
Im not sure but you want to do but i guess something like this?

PHP код:
textfm(playerid)
{
    new 
textfmstr[128];
    
textfmstr(stringsizeof(textfmstr), "Player ID [%d]"playerid);
    
SendClientMessage(playerid, -1textfmstr);
    return 
1;

You can then use this in your script:
Код:
textfm(playerid)
Btw only make it a stock if you plan on using it outside the script your putting it in.
https://sampforum.blast.hk/showthread.php?tid=570635
please that should be
Код:
textfm(playerid) 
{ 
    new textfmstr[128]; 
    format(string, sizeof(textfmstr), "Player ID [%d]", playerid); 
    SendClientMessage(playerid, -1, textfmstr); 
    return 1; 
}
format not textfmstr

hmm
Reply


Messages In This Thread
help me stock - by RichKiez - 27.04.2018, 14:06
Re: help me stock - by jasperschellekens - 27.04.2018, 14:10
Re: help me stock - by Dutheil - 27.04.2018, 14:12
Re: help me stock - by RichKiez - 27.04.2018, 15:04
Re: help me stock - by CrystalGamer - 27.04.2018, 16:05
Re: help me stock - by jasperschellekens - 27.04.2018, 16:14

Forum Jump:


Users browsing this thread: 2 Guest(s)