Variable abfragen
#1

Hello, how can i make that you can use it if you are in one of this teams? Is that right?

Код:
	if(team[playerid] == TEAM_1 || TEAM_2)
Reply
#2

You can't compare like that.

https://sampwiki.blast.hk/wiki/Control_Structures#Operators

pawn Код:
if(team[playerid] == TEAM_1 || team[playerid] == TEAM_2)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)