Jump to content
  • 0

COMANDA


alexredd

Question

Problema intalnita (descriere):Cand vreau sa dau /vhelp dupa ce primesc masina de tutorial imi spune ca nu am masina.. 
Ero(area / rile) / warning-(ul / urile):You do not currently own a vehicle
Liniile de cod / sursa / script-ul(obligatoriu):

CMD:vhelp(playerid, params[])
{
	if(gLogged[playerid] == 0) return SendClientMessage(playerid, COLOR_ERROR, "You are not logged in.");
	if(GetVehNumber(playerid) == 0)
	{
		return SendClientMessage(playerid,COLOR_ERROR,"You do not currently own a vehicle.");
	}
	SendClientMessage(playerid, COLOR_SERVER,"_______________________________________");
	SendClientMessage(playerid, COLOR_WHITE,"*** Vehicle HELP *** type a command for more help");
	SendClientMessage(playerid, COLOR_GRAD2,"*** Vehicle HELP *** /vehicles /sellvehex /sellvehto /removemods /radiocar /givekey");
	SendClientMessage(playerid, COLOR_GRAD3,"*** Vehicle HELP *** /park /plate /vcolor /sellveh /vtow /locate /lock /vehswitch");
	SendClientMessage(playerid, COLOR_GRAD4,"*** Neon HELP *** /buyneon /neon");
	SendClientMessage(playerid, COLOR_GRAD5,"*** OTHER *** /cellphonehelp /househelp /renthelp /businesshelp /wthelp");
	return 1;
}


Imagini / Video (optional):-
Ati incercat sa rezolvati singur?:Am incercat!

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.