SA-MP Forums Archive
TEAM_NEW - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: TEAM_NEW (/showthread.php?tid=299631)



TEAM_NEW - Tasos_Killer - 26.11.2011

HEY GUYS I HAVE A SAN FIERRO COPS N ROBBERS GM AND I WANNA ADD NEW CLASSES INGAME ON SPAWN MENU.I DONT KNOW WHAT TO DO TO HAVE A NEW MY OWN TEAM...EXAMPLE


THE GM HAS THIS TEAM

TEAM_ARMY

WHEN I TRY MY OWN TEAM CALLED
TEAM_SF

IM ALSO TRYING TO MAKE MY OWN COMMANDS FOR THE NEW CLASS AND IT SAYS THE SAME THING ON IT!

IT SAYS C:\Documents and Settings\USER\ЕрйцЬнейб есгбуЯбт\West Coast Server Script\gamemode\SFCRRPG.pwn(16886) : warning 203: symbol is never used: "CanUseSF"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Warning.

well if someone knows help me please!
well if someone knows help me please!


Re: TEAM_NEW - Max_Coldheart - 26.11.2011

You haven't used it. Don't worry about it.


Re: TEAM_NEW - MP2 - 26.11.2011

No need to shout.


Re: TEAM_NEW - Tasos_Killer - 26.11.2011

what you mean i didn't use it Where should i use it then?? I added it on #define where else dude?

on define it is like this;

#define TEAM_SF 2

is it ok?


Re: TEAM_NEW - Tasos_Killer - 26.11.2011

also, how can i make a new class id for my new team?


Re: TEAM_NEW - BoboRi - 26.11.2011

This
#define TEAM_SF 2
and this
CanUseSF
are NOT the same thing!

the new question you posted I don't understand.. can you explain please what do you want us to help you with?


Re: TEAM_NEW - Kostas' - 26.11.2011

You can check all the Skins


Re: TEAM_NEW - Tasos_Killer - 27.11.2011

Quote:
Originally Posted by BoboRi
Посмотреть сообщение
This
#define TEAM_SF 2
and this
CanUseSF
are NOT the same thing!

the new question you posted I don't understand.. can you explain please what do you want us to help you with?
The new question i posted is ok, i solved the skin problem from a video on *******...
so, how it will be ok for CanUseSF?? how must will the #define will be then?

#define TEAM_SF



Re: TEAM_NEW - Tasos_Killer - 27.11.2011

also, the commands that the new team needs?? I know how are the commands, but on what line should i make them


Re: TEAM_NEW - Kostas' - 27.11.2011

You should have on your script

pawn Код:
new CanUseSF;
You never used it, so you get the warning. Press Ctrl + f and write on the box "CanUseSF". And just delete it.
However, I didn't understand what the problem with the
pawn Код:
#define TEAM_SF 2
If you don't mind to explain it.