Zaloguj się by uzyskać pełen dostęp. Nie masz jeszcze konta? Założ je już teraz w kilka sekund.
GTAONLINE.PL
Tematy otagowane jako: 3d.
1. [DM] Jak zrobić żeby level i exp był nad graczem 3d.
Witam mam problem chce ?eby nad graczem pisa?o tak:
Poziom: (level)
Exp: Respekt/IleDoNextlevela
Noi pr?bowa?em co? takiego:
Kod:


if(logged[playerid]){
Update3DTextLabelText(PlayerLabel[playerid],COLOR_GREY,"|Poziom %d|",GetPlayerLevel(playerid));
return 1;
}

Taki warning:
(3102) : warning 202: number of arguments does not match definition
Linijka 3102:
Update3DTextLabelText(PlayerLabel[playerid],COLOR_GREY,"|Poziom %d|",GetPlayerLevel(playerid));

Prosz? o pomoc.
Level: GetPlayerLevel(playerid);
Respekt: Respekt[playerid];
Respekt do next levela: GetPlayerNextExp(playerid);