Commanding a player to do /me
#1

if(strcmp(cmd, "/engineon",true) == 0) {
new vid = GetPlayerVehicleID(playerid);
if(vid != INVALID_VEHICLE_ID) {
SendClientMessage(playerid, COLOR_GREEN, "You Start Up The Vehicle's Engine");
GetVehicleParamsEx(vid,engine,lights,alarm,doors,b onnet,boot,objective);
SetVehicleParamsEx(vid,VEHICLE_PARAMS_ON,lights,al arm,doors,bonnet,boot,objective);
}
return 1;
}

I want to change the "You Start Up The Vehicle's Engine"
to make the player say /me Turns the engine on with keys
Reply


Messages In This Thread
Commanding a player to do /me - by Bam23 - 26.03.2011, 17:20
Re: Commanding a player to do /me - by Zh3r0 - 26.03.2011, 17:25
Re: Commanding a player to do /me - by Medal Of Honor team - 26.03.2011, 17:28
Re: Commanding a player to do /me - by Joe Staff - 26.03.2011, 17:38
Re: Commanding a player to do /me - by Bam23 - 26.03.2011, 17:40

Forum Jump:


Users browsing this thread: 1 Guest(s)