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

PHP код:
CMD:pintar(playeridparams[])
{
    if(
GetPlayerState(playerid) != PLAYER_STATE_DRIVER) return SendClientMessage(playerid, -1"Vocк nгo й o motorista.");
    if(
GetPlayerMoney(playerid) < 100) return SendClientMessage(playerid, -1"Dinheiro insuficiente. $100");
    new 
cor[2];
    if(
sscanf(params"dd"cor[0], cor[1])) return SendClientMessage(playerid, -1"/pintar [cor1] [cor2]");
    
ChangeVehicleColor(GetPlayerVehicleID(playerid), cor[0], cor[1]);
    
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: 1 Guest(s)