Help me Playerid
#2

Код:
format(string, sizeof(string), "(( Ban dang bi thuong, /damages %d de biet them thong tin. ))");
In this line you format the string but forget to insert anything inside of the %d placeholder.

Код:
format(string, sizeof(string), "(( Ban dang bi thuong, /damages %d de biet them thong tin. ))", i);
This will insert the id of player i.



More info: https://sampforum.blast.hk/showthread.php?tid=265433
Reply


Messages In This Thread
Help me Playerid - by linhpro200294 - 20.07.2018, 07:43
Re: Help me Playerid - by AdamsLT - 20.07.2018, 09:41
Re: Help me Playerid - by linhpro200294 - 20.07.2018, 09:48

Forum Jump:


Users browsing this thread: 1 Guest(s)