- 0
problema comanda
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
c0sminvl
As dori daca jucatorul are RaceParticipant == 1 , sa apara pe lista cand scrii nrlist sa apara numele jucatorului cu raceparticipant == 1.
Nu inteleg ce am gresit .
dcmd_nrlist(playerid,params[]) { for(new i = 0; i < MAX_PLAYERS; i++) { if(RaceParticipant[i] == 1) { new rentstringz[128]; new sendername[MAX_PLAYER_NAME]; GetPlayerName(i,sendername,128); format(rentstringz,128," - %s [ID:%d] ", sendername,i); SendClientMessage(i,COLOR_YELLOW,rentstringz); } return 1; }3 answers to this question
Recommended Posts