Need help with tutorial.
#5

I'm sorry to keep bothering you, but I'm trying hard to figure it out with the advice you've given me.
I'm still getting errors.
Quote:

forward Tutorial();

Quote:

public Tutorial(playerid)
{
if(Tutorial[playerid] == 2)
{
Tutorial[playerid] = 0;
return 1;
}
}

public OnPlayerCommandText(playerid, cmdtext[])
{
new string[256];
new cmd[256];
new idx;
cmd = strtok(cmdtext, idx);
new tmp[256];
new giveplayerid;
new giveplayer[MAX_PLAYER_NAME];
new sendername[MAX_PLAYER_NAME];
//====================================(/locate system)
if(strcmp(cmd, "/Tutorial", true) == 0)
{
TogglePlayerControllable(playerid, 0);
Tutorial[playerid] = 1;
SetTimerEx("Tutorial", 1000, 0);
}
if(Tutorial[playerid] == 1)
{
SendClientMessage(playerid,COLOR_YELLOW2,"[TUTORIAL:] BLAHBLAH??");
SendClientMessage(playerid,COLOR_YELLOW2,"[TUTORIAL:] BLEETBLEET");
SetPlayerPos(playerid, 974.0024,-1537.4017,73.0980);
SetPlayerCameraPos(playerid, 974.0024,-1537.4017,73.0980);
SetPlayerCameraLookAt(playerid, 1320.8724,-1409.4318,104.8676);
SetPlayerInterior(playerid, 0);
SetPlayerVirtualWorld(playerid,0);
Tutorial[playerid] = 2;
}
else if(Tutorial[playerid] == 2)
{
SendClientMessage(playerid,COLOR_YELLOW2,"[TUTORIAL:] Message2??");
SendClientMessage(playerid,COLOR_YELLOW2,"[TUTORIAL:] Message2again??");
return 1;
}

Reply


Messages In This Thread
Need help with tutorial. - by Snyper - 23.05.2009, 21:48
Re: Need help with tutorial. - by .::: Ecko :::. - 23.05.2009, 21:54
Re: Need help with tutorial. - by Snyper - 23.05.2009, 21:57
Re: Need help with tutorial. - by Luka P. - 23.05.2009, 22:23
Re: Need help with tutorial. - by Snyper - 23.05.2009, 22:47
Re: Need help with tutorial. - by Donny_k - 24.05.2009, 00:58
Re: Need help with tutorial. - by Snyper - 24.05.2009, 01:18
Re: Need help with tutorial. - by Donny_k - 24.05.2009, 01:20

Forum Jump:


Users browsing this thread: 1 Guest(s)