27.03.2011, 13:45
still dont know what u talking about -.-"
u mean u want to make a gametext for all then it will say:" type /mashi to join the event!"?
if yes u can do this:
u mean u want to make a gametext for all then it will say:" type /mashi to join the event!"?
if yes u can do this:
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/startmoshi", cmdtext, true, 10) == 0)
{
GameTextForAll("~r~the event has started! ~n~~y~type ~r~/moshi ~y~to join the event!", 5000, 3);
return 1;
}
return 0;
}

