- 0
Problema /skip tutorial
-
Similar Content
-
- 0 replies
- 78 views
-
- 0 answers
- 42 views
-
- 0 replies
- 80 views
-
- 9 answers
- 122 views
-
- 6 answers
- 77 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
kLaww
79731 if(strcmp(cmd, "/skip", true) == 0)
{
79733 if(IsPlayerConnected(playerid))
{
79735 if(TutTime[playerid] >= 1)
{
TutTime[playerid] = 0; PlayerInfo[playerid][pTut] = 1;
gOoc[playerid] = 0; gNews[playerid] = 0;
TogglePlayerControllable(playerid, 1);
MedicBill[playerid] = 0;
39741 SetPlayerSpawn(playerid);
SetCameraBehindPlayer(playerid);
SendClientMessage(playerid, COLOR_GREEN, "__________ Skip Tutorial __________");
SendClientMessage(playerid, COLOR_WHITE, "* Tutorialul a fost oprit.");
SendClientMessage(playerid, COLOR_WHITE, "* Nu uita nici de site-ul nostru (forum) unde poti totul despre SA:MP.");
SendClientMessage(playerid, COLOR_WHITE, "* Admini SA-MP iti ureaza distractie placuta.");
}
}
}
Erorile
[pawn]C:\DOCUME~1\Claudiu\Desktop\saints.pwn(39731) : error 010: invalid function or declaration
C:\DOCUME~1\Claudiu\Desktop\saints.pwn(39733) : error 010: invalid function or declaration
C:\DOCUME~1\Claudiu\Desktop\saints.pwn(39735) : error 010: invalid function or declaration
C:\DOCUME~1\Claudiu\Desktop\saints.pwn(39741) : error 021: symbol already defined: "SetPlayerSpawn"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.[/pawn]
Link to comment
Share on other sites
1 answer to this question
Recommended Posts