10.08.2017, 03:56
Hey there, i tried to add this >https://sampforum.blast.hk/showthread.php?tid=395634 to one of my fs. I got a lot of errors at first and finally solved almost all of them except one thing, i tried but i can't figure it out. So please help me with this. Here are the errors i got after all :-
I used the same lines as given in that tut. Just added some defines to fix errors thats all.
here are the lines that gave me error :-
if(PlayerInfo[playerid][pClan] >= 1) // In this case the clan they need to be in is 1
PlayerInfo[playerid][pClan] = 1 ;
PlayerInfo[playerid][pClan] = 0 ;
These three lines got the same error :- "-string end-", but found "-identifier-"
Please help
Code:
error 001: expected token: "-string end-", but found "-identifier-" error 001: expected token: "-string end-", but found "-identifier-" error 001: expected token: "-string end-", but found "-identifier-"
here are the lines that gave me error :-
if(PlayerInfo[playerid][pClan] >= 1) // In this case the clan they need to be in is 1
PlayerInfo[playerid][pClan] = 1 ;
PlayerInfo[playerid][pClan] = 0 ;
These three lines got the same error :- "-string end-", but found "-identifier-"
Please help
