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

ae eu to tentando usa tua opsгo mas deu fail ainda tem um erro


PHP код:
#include <a_samp>
CMD:pintarplayeridparams[] )
{
    if(
GetPlayerState(playerid) != PLAYER_STATE_DRIVER) return SendClientMessage(playerid, -1"Vocк nгo й o motorista.");
    new 
color1color2;
    if(
sscanf(params"ii"color1color2)) return SendClientMessage(playerid, -1"/pintar [colorid] [colorid]");
    if(
GetPlayerMoney(playerid) < 100) return SendClientMessage(playerid, -1"Dinheiro insuficiente. $100");
    
ChangeVehicleColor(GetPlayerVehicleID(playerid), color1color2);
    
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)