07.10.2018, 10:06
It's a problem with SendClientMessageEx .. It's probably not done or not used.
You can also do the following:
You can also do the following:
Код:
new str[129]; format(str, sizeof str, "You have issued a $%s ticket on %s's %s.", number_format(amount), GetPlayerNameEx(i), GetVehicleName(PlayerVehicleInfo[i][veh][pvId])); SendClientMessage(playerid, -1, str);