02.01.2016, 01:05
Yo, I got an argument type mismatch 2 on this code right here:
can anyone help me out?
Код:
format(points,sizeof(points)," You need [%d] Exp Points in order to level up, You currently have [%d]",expamount,PlayerInfo[playerid][pExp]); // Format, This is pretty obvious. SendClientMessage(playerid,COL_LIME,points); // Sends the message.