Quote:
Originally Posted by Romel
Yes there is a way.
Your variable is must be outside of command.
Put it somewhere near in #include.
and it must new lastteam[MAX_PLAYERS];
pawn Код:
new lastteam[MAX_PLAYERS];
now.
you must change
pawn Код:
lastteam
to
lastteam[playerid]
It is possible..
|
Thanks alot for the help! it worked