Pawno Expected Token help. +Rep
#1

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

PHP Code:
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 Code:
else if(PlayerInfo[playerid][pLeader] == 13) { PlayerInfo[para1][pTeam] = 13gTeam[para1] = 13ftext "Sons Of Anarchy" ChosenSkin[para1] = 247SetPlayerSkin(para1247); } 
Reply
#2

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 ?
Reply
#3

Didnt work.
Reply
#4

Show me the line 50101 and 50102. Don't give it to me seperated.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)