Problem warnlog
#1

I want to do warn and gives me error log. ..

(6997) : error 017: undefined symbol "giveplayerid"

forward WarnLog(string[]);
public WarnLog(string[])
{
new query[255], uns[MAX_PLAYER_NAME], str;
GetPlayerName(giveplayerid, uns, sizeof(uns));
format(query, sizeof(query), "INSERT INTO `warnlog`(`Player`, `Admin`, `Reason`, `Date`, `Hours`) VALUES ('%s','%s','%s','%s','%s')", uns, string, RegEx(), str);
mysql_query(query);
return 1;
}
Reply


Messages In This Thread
Problem warnlog - by Jimmi - 15.08.2015, 20:09
Re: Problem warnlog - by Jimmi - 15.08.2015, 23:41
Re: Problem warnlog - by Dorito - 16.08.2015, 02:44

Forum Jump:


Users browsing this thread: 1 Guest(s)