Help +Rep
#1

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); } 
Reply
#2

Why did you make two topics??

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

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

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)