/skiptut - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: /skiptut (
/showthread.php?tid=249294)
/skiptut -
GoldenM4 - 18.04.2011
I have a Roleplay script most servers has If Tuttime well someone is going to get bored of going threw the tutorial so i want a command to skip it i try to make one put it says define I and stuff so i need help making a /skiptut command for players to type when they get bored of tutorial
Re: /skiptut -
iJumbo - 18.04.2011
post your code no? we cant know how is it
Re: /skiptut -
Stigg - 18.04.2011
Quote:
Originally Posted by GoldenM4
I have a Roleplay script most servers has If Tuttime well someone is going to get bored of going threw the tutorial so i want a command to skip it i try to make one put it says define I and stuff so i need help making a /skiptut command for players to type when they get bored of tutorial
|
pawn Код:
if (strcmp(cmdtext, "/skiptut", true) == 0)
{
SpawnPlayer(playerid);
return 1;
}
Re: /skiptut -
Lorenc_ - 18.04.2011
Though you need to cancel sometimers because it'll respawn him in a random time (when timer ends)