View Single Post
B3none
AlliedModders Donor
Join Date: Oct 2016
Location: United Kingdom
Old 07-09-2017 , 13:01   Re: How can I change player scoreboard.
Reply With Quote #3

Issue solved. This was old syntax but he wasn't declaring the variables correctly

PHP Code:
int frags SQL_FetchInt(hndl1); 
int deaths SQL_FetchInt(hndl2); 
int mvp SQL_FetchInt(hndl3); 
int score SQL_FetchInt(hndl4); 
int assists SQL_FetchInt(hndl5); 
__________________

Last edited by B3none; 07-09-2017 at 13:01.
B3none is offline