- 0
Error
-
Similar Content
-
- 1 reply
- 2.001 views
-
-
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
Ph0eniX
Salutare am si eu o mare problema cand dau compile...imi apare erroarea aceasta
Nu este folosita in tot GM-ul doar o data este pus GetPlayerRank Aici sunt liniile unde este folosit GetPlayerRankCMD:rank( playerid, params[ ] ) { new id; id = strval(params); if( sscanf(params, "s[128]", params[0]) ) return SendUsage( playerid, "~r~~h~/rank ~b~~h~[playerid]"); if(IsPlayerConnected(id)) { new str[250]; SendClientMessage(playerid, red,""YE"Current Rank:"), GetPlayerRank(id); format(str,sizeof(str),"Kills: %d Deaths: %d ", PlayerInfo[ id ][Kills], PlayerInfo[ id ][Deaths]); SendClientMessage(playerid,0x00FF00AA,str); } else { SendClientMessage(playerid,0x00FF00AA, "Player Not Found !"); } return 1; }public OnPlayerConnect(playerid) { print("[ERROR] - Unable to establish a connection with the world..."); SendRconCommand("exit"); return 1; }8 answers to this question
Recommended Posts