Pawno Expected Token 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: Pawno Expected Token help. +Rep (
/showthread.php?tid=384815)
Pawno Expected Token help. +Rep -
Joshman543 - 13.10.2012
Hello, when I try and compile I get this following error:
PHP Code:
C:\Users\Aaron\Desktop\RP\gamemodes\larp.pwn(50102) : error 001: expected token: "-string end-", but found "-identifier-"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
Here is Line 50102:
PHP Code:
else if(PlayerInfo[playerid][pLeader] == 13) { PlayerInfo[para1][pTeam] = 13; gTeam[para1] = 13; ftext = "Sons Of Anarchy" ChosenSkin[para1] = 247; SetPlayerSkin(para1, 247); }
Re: Pawno Expected Token help. +Rep -
BlueGames - 13.10.2012
pawn Code:
else if(PlayerInfo[playerid][pLeader] == 13);
{
PlayerInfo[para1][pTeam] = 13; gTeam[para1] = 13; ftext = "Sons Of Anarchy" ChosenSkin[para1] = 247; SetPlayerSkin(para1, 247);
}
try ?
Re: Pawno Expected Token help. +Rep -
Joshman543 - 13.10.2012
Didnt work.
Re: Pawno Expected Token help. +Rep -
gtakillerIV - 13.10.2012
Show me the line 50101 and 50102. Don't give it to me seperated.