28.11.2010, 18:04
link is down?
The behaviour of the vehicle engine, lights and alarm is different depending on whether you use ManualVehicleEngineAndLights().
If you use ManualVehicleEngineAndLights and disable the engine while driving, you won't be able to control the car. The reason for this is GTA SA's vehicle physics - it still allows you to accelerate in certain vehicles even with the engine off. We haven't found a better solution to that problem yet. |
DUDE MAN I Installed Stock SA from CD. After i did that, i opened it. Worked fine. Then i installed SA-MP 0.3c. AND THEN SA, SAMP WONT LOAD LOL EPIC FAILURE
|
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/help", cmdtext, true, 10) == 0)
{
SendClientMessage(playerid, 0xFFFF00AA, "::PLAYER:: /kill /animlist");
SendClientMessage(playerid, 0xFFFF00AA, "::CAR:: /engine /setmyplate");
SendClientMessage(playerid, 0xFFFF00AA, "More commands are coming!");
return 1;
}
return 0;
}
i can read. "lmao" if it works for others then it should work for me...
and why do i get unknown server command if i write /help?... pawn Код:
|