28.11.2010, 20:24
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?...
and why do i get unknown server command if i write /help?...
pawn Код:
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;
}