Report bug
#2

PHP код:
if(sscanf(params"s[80]",reason)) return SendClientMessage(playerid,-1,""chat" /(re)port [Reason]"); 
You need to specify the id to report:
PHP код:
new reportid// Define that now before using sscanf
if(sscanf(params"ds[80]",reportidreason)) return SendClientMessage(playerid,-1,""chat" /(re)port [ID] [Reason]"); 
And

PHP код:
reportid cache_get_field_content_int(playerid"ID"); 
That ID doesn't mean (I guess) PLAYERID, but the account id saved in the database.
Reply


Messages In This Thread
Report bug - by Zeus666 - 21.10.2018, 22:05
Re: Report bug - by v1k1nG - 21.10.2018, 22:48
Re: Report bug - by Zeus666 - 21.10.2018, 22:51
Re: Report bug - by Jefff - 21.10.2018, 23:11
Re: Report bug - by Chyakka - 21.10.2018, 23:15
Re: Report bug - by Zeus666 - 21.10.2018, 23:30
Re: Report bug - by Zeus666 - 21.10.2018, 23:53
Re: Report bug - by Zeus666 - 22.10.2018, 09:09
Re: Report bug - by Calisthenics - 22.10.2018, 09:56
Re: Report bug - by Zeus666 - 22.10.2018, 11:37

Forum Jump:


Users browsing this thread: 1 Guest(s)