27.03.2011, 03:40
My server is a work in progress.. Ive been looking for a /pm system..
If anyone could do it for me
I would also like to know where to place this
Aslo i have an engine system like this
Any way to make it when you press alt it does this.. I just want to replace this with other code not make new line and stuff..
That would be great if you could help me with that
If anyone could do it for me
I would also like to know where to place this
Aslo i have an engine system like this
pawn Код:
if(strcmp(cmd, "/engineon",true) == 0) {
new vid = GetPlayerVehicleID(playerid);
if(vid != INVALID_VEHICLE_ID) {
OnPlayerCommandText(playerid,"/me Starts engine with car keys");
GetVehicleParamsEx(vid,engine,lights,alarm,doors,bonnet,boot,objective);
SetVehicleParamsEx(vid,VEHICLE_PARAMS_ON,lights,alarm,doors,bonnet,boot,objective);
}
return 1;
That would be great if you could help me with that