[AJUDA]Comando
#1

Iae pessoal, To precisando de uma ajuda..
eu criei um comando de teleportar e tudo blza
so que eu queria q quando a pessoa digitasse /basefree a pessoa esperace 10 segundos sem se mecher para teleportar, caso ele se mecha aparecer uma msg q ele se mecheu


PHP код:
public OnPlayerCommandText(playeridcmdtext[])
{
    if (
strcmp("/basefree"cmdtexttrue10) == 0)
    {
        new 
pname[MAX_PLAYER_NAME];
        new 
string[43];
        
SetPlayerInterior(playerid,0);
        
SetPlayerPos(playerid1431100511);
        
SendClientMessage(playerid,0x0B6F00AA"{FF0101}Seja Bem Vindo a {0C01FF}Base Free");
        
SendClientMessage(playerid,0x0B6F00AA"Para Ver os Criadores da BF. Digite /cbf");
        
GetPlayerName(playeridpnameMAX_PLAYER_NAME);
        
format(stringsizeof(string), "%s foi para a Base Free /BaseFree"pname);
        
SendClientMessageToAll(0x33CCFFAAstring);
        
        return 
1;
    } 
Reply


Messages In This Thread
[AJUDA]Comando - by gabrieldefreitas11 - 06.07.2011, 02:42
Re: [AJUDA]Comando - by [BEP]AcerPilot - 06.07.2011, 02:44
Re: [AJUDA]Comando - by Shadoww5 - 06.07.2011, 02:53
Respuesta: [AJUDA]Comando - by gabrieldefreitas11 - 06.07.2011, 03:08
Re: [AJUDA]Comando - by Macintosh - 06.07.2011, 03:27
Re: [AJUDA]Comando - by Shadoww5 - 06.07.2011, 03:30
Respuesta: [AJUDA]Comando - by gabrieldefreitas11 - 06.07.2011, 12:08
Re: [AJUDA]Comando - by Shadoww5 - 06.07.2011, 12:46
Respuesta: [AJUDA]Comando - by gabrieldefreitas11 - 06.07.2011, 13:39
Re: [AJUDA]Comando - by Shadoww5 - 06.07.2011, 13:41

Forum Jump:


Users browsing this thread: 5 Guest(s)