15.05.2017, 11:47
My script:
And how it looks like when someone types it:
Why doesn't the last message show up?
Код:
if(strcmp(cmdtext, "/vehhelp", true) == 0)
{
SendClientMessage(playerid, -1, "{5DADE2}Vehicle Commands");
// Here i'll put another later. ignore this comment.
SendClientMessage(playerid, -1, "{FFFFFF}Buying/Selling:{85C1E9}"); // I did not put any thing here yet, so ignore this.
SendClientMessage(playerid, -1, "{FFFFFF}Using:{C39BD3}(/) {85C1E9}startengine, stopengine, openboot, closeboot, openbonnet, closebonnet");
SendClientMessage(playerid, -1, "{FFFFFF}More commands for using vehicles:{C39BD3}(/) {85C1E9}alarmon, alarmoff, lightson, lightsoff, opencardoors, closecardoors, openwindows, closewindows");
return 1;
}
Код:
Vehicle Commands: Buying/Selling: Using:(/) startengine, stopengine, openboot, closeboot, openbonnet, closebonnet

