View Single Post
Lolz123
Member
Join Date: Aug 2010
Old 01-18-2018 , 01:51   Re: Problem with compilation
Reply With Quote #6

As he said, change GetPlayerSpeed[client] to GetPlayerSpeed(client).

PHP Code:
PrintHintText(client"<font size='16'><font color='#006699'>[Klasa: <b>%s</b>]</font>\n<font color='#666699'>[Prędkość:</font> <b>%.1f</b>]\n<font color='#666699'>\n[Xp: <b>%0.1f</b>/<b>100.0%%</b><font color='#666699'> | Lv: <b>%i</b>]\n<font color='#666699'>[Item: <b>%s</b> [<b>%i%%</b>]</font>]"nazwy_klas[klasa_gracza[client]],GetPlayerSpeed(client), procent_graczapoziom_gracza[client], nazwy_itemow[informacje_itemu_gracza[client][0]], moc_itemu[client]); 

Last edited by Lolz123; 01-18-2018 at 01:53.
Lolz123 is offline