/skiptut
#1

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
Reply
#2

post your code no? we cant know how is it
Reply
#3

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;
}
Reply
#4

Though you need to cancel sometimers because it'll respawn him in a random time (when timer ends)
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)