15.01.2017, 12:59
Tenias el especifcador de Nivel como un string, supongo que lo tienes como un Integer
Asн lo tienes
Prueba con este
Asн lo tienes
PHP код:
format(string,sizeof(string),"~w~Asesinatos~g~: ~w~%d ~w~Muertes~r~: ~w~%d ~w~Ratio~g~: ~w~%.3f ~w~Nivel~r~: ~w~%s ~w~Clan~r~: ~w~%s",PlayerInfo[playerid][Kills],PlayerInfo[playerid][Deaths],Ratio,PlayerInfo[playerid][Level],GangInfo[PlayerInfo[playerid][Clan]][GANG_NAME]);
PHP код:
format(string,sizeof(string),"~w~Asesinatos~g~: ~w~%d ~w~Muertes~r~: ~w~%d ~w~Ratio~g~: ~w~%.3f ~w~Nivel~r~: ~w~%d ~w~Clan~r~: ~w~%s",PlayerInfo[playerid][Kills],PlayerInfo[playerid][Deaths],Ratio,PlayerInfo[playerid][Level],GangInfo[PlayerInfo[playerid][Clan]][GANG_NAME]);