[Ajuda] /RTC
#7

Quote:
Originally Posted by Gabriel Santana
Посмотреть сообщение
F_Cinco,

Explique-me mais, mais oque tem haver essa "VARIAVEL" com string e pб?
Observei melhor o code, e vooei em falar var de Admin, mais tudo bem. Certamente, vc pegou esse cmd da net e, nele й necessбrio uma variбvel para armazenar os veнculos respawnados.

Aq estб meu comando q uso para da respawn em todos os veнculos, pegue como base, estude-o e aprenda.

pawn Код:
bcmd:rcars(playerid)
{
    for(new i; i < MAX_VEHICLES; i++)
    {
        SetVehicleToRespawn(i);
    }
    GetPlayerName(playerid,nome,sizeof(nome));
    format(Str,sizeof(Str),"O Administrador %s, respawnou todos os Veнculos Inutilizбveis.",nome);
    SCMTA(azulclarinho,Str);
    return 1;
}
SCMTA й a abreviaзгo q uso. O defina no comeзo do gm como SendClientMessageToAll.

Abraзo!
Reply


Messages In This Thread
[Ajuda] /RTC - by Gabriel Santana - 26.07.2012, 12:33
AW: [Ajuda] /RTC - by billy the kid - 26.07.2012, 12:40
Re: [Ajuda] /RTC - by Gabriel Santana - 26.07.2012, 12:43
Re: [Ajuda] /RTC - by F_Cinco - 26.07.2012, 12:44
AW: [Ajuda] /RTC - by billy the kid - 26.07.2012, 12:45
Re: [Ajuda] /RTC - by Gabriel Santana - 26.07.2012, 12:52
Re: [Ajuda] /RTC - by F_Cinco - 26.07.2012, 13:06

Forum Jump:


Users browsing this thread: 2 Guest(s)