Command bug
#1

When i type a command any command from the gamemode for example /stats this happens:

https://www.youtube.com/watch?v=YYjWMVyDgdw

Script: http://pastebin.com/gk6hYQ1k

How can i solve this bug?
Reply
#2

Video not working
Reply
#3

PHP Code:
CMD:stats(playeridparams[])
{
        new 
stats[248];
        
format(statssizeof(stats), "STATS",playername);
        
SendClientMessage(playerid,0xFFFFFFC8,stats);
        
format(statssizeof(stats), "{80FFFF}%s {FFFFFF}stats",playername);
        
SendClientMessage(playerid,0xFFFFFFC8,stats);
    
format(statssizeof(stats), "{80FFFF}General: {FFFFFF}Money %d$, Bankmoney %d$",PlayerInfo[playerid][pCash],PlayerInfo[playerid][pBankmoney]);
    
SendClientMessage(playerid,0xFFFFFFC8,stats);
        
SendClientMessage(playerid,0xFFFFFFC8,stats);
        return 
1;

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)