18.11.2011, 16:43
Ok guys, this command
it just keeps saying that you aren't in a tut that you can skip, and I was in the tutorial
Код:
CMD:skiptut(playerid, params[])
{
if(pInTut[playerid] == 1)
{
SetPlayerPos(playerid, -201.4800, 1121.3499, 19.7422);
SetPlayerFacingAngle(playerid, 274.1669);
SendClientMessage(playerid, COLOR_YELLOW, "You have been teleported to CityHall as the tutorial is bugged.");
}
else
{
SendClientMessage(playerid,COLOR_RED, "You are not in a tutorial that you can skip!");
}
return 1;


