Player Name's Messing
#8

PHP код:
CMD:engine(playeridparams[])
{
new 
carid GetPlayerVehicleID(playerid);
new 
string[100], pname[24];
GetPlayerName(playeridpnamesizeof(pname));
if(
GetPlayerState(playerid) == PLAYER_STATE_DRIVER)
{
if(
Fuel[carid] == 0.0) return SCM(playeridCOLOR_RED"** Tqveni Manqanis Avzi Carielia.");
switch(
EngineState[carid])
{
case 
false:
{
EngineState[carid] = true;
GetVehicleParamsEx(caridenginelightsalarmdoorsbonnetbootobjective);
SetVehicleParamsEx(caridtruelightsalarmdoorsbonnetbootobjective);
format(stringsizeof(string), "%s-m(a) Gadaatriala Gasagebi Da Daqoqa Manqana."pname);
SetPlayerChatBubble(playeridstringCOLOR_PURPLE20.05*1000);
ProxDetector(20.0playeridstringCOLOR_PURPLECOLOR_PURPLECOLOR_PURPLECOLOR_PURPLECOLOR_PURPLE);
}
case 
true:
{
EngineState[carid] = false;
GetVehicleParamsEx(caridenginelightsalarmdoorsbonnetbootobjective);
SetVehicleParamsEx(caridfalselightsalarmdoorsbonnetbootobjective);
format(stringsizeof(string), "%s-m(a) Gadaatriala Gasagebi Da Chaaqro Manqana."pname);
SetPlayerChatBubble(playeridstringCOLOR_PURPLE20.05*1000);
ProxDetector(20.0playeridstringCOLOR_PURPLECOLOR_PURPLECOLOR_PURPLECOLOR_PURPLECOLOR_PURPLE);
}
}
}
return 
1;

Reply


Messages In This Thread
Player Name's Messing - by Lumixa - 13.12.2016, 16:28
Re: Player Name's Messing - by Eoussama - 13.12.2016, 16:33
Re: Player Name's Messing - by Lumixa - 13.12.2016, 16:36
Re: Player Name's Messing - by iLearner - 13.12.2016, 16:37
Re: Player Name's Messing - by Lumixa - 13.12.2016, 16:38
Re: Player Name's Messing - by iLearner - 13.12.2016, 16:44
Re: Player Name's Messing - by Lumixa - 13.12.2016, 16:48
Re: Player Name's Messing - by iLearner - 13.12.2016, 16:49
Re: Player Name's Messing - by Lumixa - 13.12.2016, 16:54
Re: Player Name's Messing - by GoldenLion - 13.12.2016, 17:16

Forum Jump:


Users browsing this thread: 3 Guest(s)