help problem with, script?
#7

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:
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;
}
Reply


Messages In This Thread
help problem with, script? - by nickolas12 - 27.03.2011, 13:25
Re: help problem with, script? - by wheelman_WM - 27.03.2011, 13:26
Re: help problem with, script? - by [ProX]BlueFire - 27.03.2011, 13:27
Re: help problem with, script? - by nickolas12 - 27.03.2011, 13:31
Re: help problem with, script? - by [ProX]BlueFire - 27.03.2011, 13:32
Re: help problem with, script? - by nickolas12 - 27.03.2011, 13:35
Re: help problem with, script? - by [ProX]BlueFire - 27.03.2011, 13:45
Re: help problem with, script? - by nickolas12 - 27.03.2011, 14:08
Re: help problem with, script? - by nickolas12 - 28.03.2011, 02:01
Re: help problem with, script? - by Mr_Scripter - 28.03.2011, 04:14

Forum Jump:


Users browsing this thread: 1 Guest(s)