need help with scripting
#5

This should work

PHP код:
#include "a_samp"
public OnPlayerCommandText(playeridcmdtext[])
{
    if (
strcmp ("/Commands"cmdtext,true10) == 0)
    {
    
SendClientMessage(playerid,0xFFE87DAA,"1./REGISTER to register you account");
    
SendClientMessage(playerid,0xFFE87DAA,"2./LOGIN to login your acount");
    
SendClientMessage(playerid,0xFFE87DAA,"3./RANKS to see the rank");
    
SendClientMessage(playerid,0xFFE87DAA,"4./RANK [ID] to see what rank do a player got");
    
SendClientMessage(playerid,0xFFE87DAA,"5./REPORT if you saw any hcker");
    
SendClientMessage(playerid,0xFFE87DAA,"6./GANG to make a gand like squad");
    
SendClientMessage(playerid,0xFFE87DAA,"7./ADMINS to see the online admins");
    
SendClientMessage(playerid,0xFFE87DAA,"8./VIPLIST to see the online V.I,P");
    }
    return 
1;

Reply


Messages In This Thread
need help with scripting - by Killer786 - 07.10.2011, 09:11
Re: need help with scripting - by Mr. Random - 07.10.2011, 09:14
Re: need help with scripting - by Killer786 - 07.10.2011, 10:53
Re: need help with scripting - by aRoach - 07.10.2011, 11:02
Re: need help with scripting - by wumpyc - 07.10.2011, 12:01

Forum Jump:


Users browsing this thread: 1 Guest(s)