[AJUDA] Pintar
#1

pawn Код:
if(strcmp(cmdtext, "/pintar", true) == 0)
    {
    new cmd[128], idx;
    cmd = strtok(cmdtext, idx);
    if(IsPlayerInAnyVehicle(playerid))
    {
    new string[128], tmp[64];
    tmp = strtok(cmdtext, idx);
    new tmp2 = strval(tmp);
    ChangeVehicleColor(GetPlayerVehicleID(playerid),tmp2,tmp2);
    format(string, sizeof(string),"[INFORMAЗГO] Vocк mudou a cor do seu veнculo para {FFFFFF}%i{FF0000}.",tmp2);
    SendClientMessage(playerid, COLOR_RED, string);
    }
    else return SendClientMessage(playerid, COLOR_RED, "[ERRO] Vocк nгo estб em um veнculo!");
    return 1;
    }
Usei e abusei do search, achei vбrios cуdigos, pedi ajuda no MSN e acabei nesse cmd.
Ele nгo estб funcionando, sу eu digitar /pintar ele sу pinta de preto (cor ID 0).

Ajuda aн! Preciso que ele pinte de todas as cores
Reply


Messages In This Thread
[AJUDA] Pintar - by [AF]Junior - 31.05.2011, 00:07
Re: [AJUDA] Pintar - by yiakin - 31.05.2011, 01:12
Re: [AJUDA] Pintar - by Ricop522 - 31.05.2011, 01:53
Re: [AJUDA] Pintar - by [AF]Junior - 31.05.2011, 15:34
Re: [AJUDA] Pintar - by ApolloRJ - 31.05.2011, 15:53
Re: [AJUDA] Pintar - by Shadoww5 - 31.05.2011, 16:30
Re: [AJUDA] Pintar - by ApolloRJ - 31.05.2011, 17:13
Re: [AJUDA] Pintar - by [NWD]Jim._.Carrey - 31.05.2011, 17:52

Forum Jump:


Users browsing this thread: 1 Guest(s)