[ajuda]/PINTARVEICULO [COR1] [COR2]
#3

Estou sempre aconselhando o uso de ZCMD/YCMD+SSCANF.
Aqui o mesmo comando usando-os:
pawn Код:
CMD:pintar( playerid, params[] )
{
    if(GetPlayerState(playerid) != PLAYER_STATE_DRIVER) return SendClientMessage(playerid, -1, "Vocк nгo й o motorista.");
    new color1, color2;
    if(sscanf(params, "ii", color1, color2)) return SendClientMessage(playerid, -1, "/pintar [colorid] [colorid]");
    if(GetPlayerMoney(playerid) < 100) return SendClientMessage(playerid, -1, "Dinheiro insuficiente. $100");
    ChangeVehicleColor(GetPlayerVehicleID(playerid), color1, color2);
    SendClientMessage(playerid, -1, "Veнculo pintado.");
    GivePlayerMoney(playerid, -100);
    return 1;
}
Reply


Messages In This Thread
[ajuda]/PINTARVEICULO [COR1] [COR2] - by Rafael_. - 17.09.2011, 02:33
Re: [ajuda]/PINTARVEICULO [COR1] [COR2] - by [R] ousenber [K] - 17.09.2011, 02:37
Re: [ajuda]/PINTARVEICULO [COR1] [COR2] - by Shelby - 17.09.2011, 02:41
Re: [ajuda]/PINTARVEICULO [COR1] [COR2] - by Rafael_. - 17.09.2011, 02:56
Re: [ajuda]/PINTARVEICULO [COR1] [COR2] - by Rafael_. - 17.09.2011, 02:59
Re: [ajuda]/PINTARVEICULO [COR1] [COR2] - by Shelby - 17.09.2011, 03:01
Re: [ajuda]/PINTARVEICULO [COR1] [COR2] - by Bruno Pereira - 17.09.2011, 03:02
Re: [ajuda]/PINTARVEICULO [COR1] [COR2] - by Rafael_. - 17.09.2011, 03:03
Re: [ajuda]/PINTARVEICULO [COR1] [COR2] - by [R] ousenber [K] - 17.09.2011, 03:04
Re: [ajuda]/PINTARVEICULO [COR1] [COR2] - by Rafael_. - 17.09.2011, 03:05

Forum Jump:


Users browsing this thread: 3 Guest(s)