Want to change CMD
#1

Hello,
On my server Tutorial if player want to move to the next Tutorial he should write /next but i want to change it to be by pressing Y Like NGG

Codes:
PHP код:
    // Tutorial (Next Page)
    
TutTxtdraw[114] = TextDrawCreate(427.000000120.000000"Type ~r~/next");
    
TextDrawBackgroundColor(TutTxtdraw[114], 255);
    
TextDrawFont(TutTxtdraw[114], 2);
    
TextDrawLetterSize(TutTxtdraw[114], 0.1599980.899999);
    
TextDrawColor(TutTxtdraw[114], -1);
    
TextDrawSetOutline(TutTxtdraw[114], 1);
    
TextDrawSetProportional(TutTxtdraw[114], 1); 
PHP код:
            SendClientMessageEx(playeridCOLOR_LIGHTRED"Thanks for filling in all the information, now you can proceed to the tutorial!");
            
RegistrationStep[playerid] = 0;
            
SetPlayerVirtualWorld(playerid0);
            
ClearChatbox(playerid);
            
SendClientMessageEx(playeridCOLOR_LIGHTBLUE"Type /start after it Type /next To Start Playing in the Eruption Gaming Roleplay");
            
SendClientMessageEx(playeridCOLOR_YELLOW"Type /next To Proceed To The Tutorial");
            
ShowTutGUIBox(playerid);
            
ShowTutGUIFrame(playerid1);
            
TutStep[playerid] = 1;
            
ClearChatbox(playerid); 
Reply


Messages In This Thread
Want to change CMD - by aDo7 - 24.11.2013, 18:33
Re: Want to change CMD - by Spydah - 24.11.2013, 18:38
Re: Want to change CMD - by aDo7 - 24.11.2013, 18:39
Re: Want to change CMD - by Spydah - 24.11.2013, 18:53
Re : Want to change CMD - by EthanMason - 24.11.2013, 18:55
Re: Want to change CMD - by aDo7 - 24.11.2013, 18:58
Re: Want to change CMD - by Spydah - 24.11.2013, 19:04
Re : Want to change CMD - by EthanMason - 24.11.2013, 19:05
Re: Want to change CMD - by aDo7 - 24.11.2013, 19:14
Re: Want to change CMD - by aDo7 - 24.11.2013, 19:29

Forum Jump:


Users browsing this thread: 1 Guest(s)