SA-MP Forums Archive
Help +Rep - 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)
+--- Thread: Help +Rep (/showthread.php?tid=384821)



Help +Rep - Joshman543 - 13.10.2012

Hello, when I try and compile I get this following error:

PHP код:
C:\Users\Aaron\Desktop\RP\gamemodes\larp.pwn(50102) : error 001expected token"-string end-"but found "-identifier-"
Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
1 Error

Here is Line 50102:
PHP код:
else if(PlayerInfo[playerid][pLeader] == 13) { PlayerInfo[para1][pTeam] = 13gTeam[para1] = 13ftext "Sons Of Anarchy" ChosenSkin[para1] = 247SetPlayerSkin(para1247); } 



Re: Help +Rep - gtakillerIV - 13.10.2012

Why did you make two topics??

https://sampforum.blast.hk/showthread.php?tid=384815


Re: Help +Rep - Lordzy - 13.10.2012

PHP код:
else if(PlayerInfo[playerid][pLeader] == 13)
{
 
PlayerInfo[para1][pTeam] = 13;
 
gTeam[para1] = 13;
 
ftext "Sons Of Anarchy";
 
ChosenSkin[para1] = 247;
 
SetPlayerSkin(para1247);