/start Command
#1

can anyone tell me a code for /start command.

currently using;
ZCMD and Y_INI
anyone got one.


thanks.
Reply
#2

Explain what you want it to do, start what? A vehicle?
Reply
#3

tutorial skip, forgot about that. my bad.
Reply
#4

Will it be for admin or for the player?
Reply
#5

player of course.
Reply
#6

pawn Код:
command(start,playerid,params[])
{
    if(isintutorialvarhere == 1)
    {

        isintutorialvarhere = 0;
        SpawnPlayer(playerid);
        SendClientMessage(playerid,WHITE,"Enjoy your life here at ....");
        return 1;

    }
    else return SendClientMessage(playerid,COLORHERE,"You are not in the tutorial");

}
There is the rough idea in Zcmd, but I don't see why you would need to set anything in Y_Ini.
Reply
#7

thanks, ill go test it out, ill tell you if it works.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)