22.04.2009, 10:20
I have download this and tried but ther is 1 thing.
at my mode that is PEN-SF i got for some reason players cant move and i want to put this in a way to people can move with no problems.
Can u tell me waht i must put to this can be fixed and where.
i also see this there:
Ihope u can help me what must i add to people can walk with no worries and also they still can be able to join events
at my mode that is PEN-SF i got for some reason players cant move and i want to put this in a way to people can move with no problems.
Can u tell me waht i must put to this can be fixed and where.
i also see this there:
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp(cmdtext, "/events", true) == 0)
ShowMenuForPlayer(Events, playerid);
TogglePlayerControllable(playerid, 0);
SendClientMessage(playerid, COLOR_GREEN, "Welcome To The Main Menu");
return 1;
}

