18.04.2011, 10:53
Quote:
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;
}