Help in creating 1VS1
#2

First, why the hell do this?

pawn Код:
CMD:mycmd(playerid,params[])
{
    #pragma unused params
    // ...
If you can simply do

pawn Код:
CMD:mycmd(playerid)
Second, you can't create a var that starts with a number.

Always start with a letter. (The only symbol i know it's possible is @). Fixing this, the code should compile fine.
Reply


Messages In This Thread
Help in creating 1VS1 - by AroseKhanNiazi - 08.03.2014, 21:54
Re: Help in creating 1VS1 - by arakuta - 08.03.2014, 22:19
Re: Help in creating 1VS1 - by AroseKhanNiazi - 09.03.2014, 14:01
Re: Help in creating 1VS1 - by arakuta - 09.03.2014, 14:02
Re: Help in creating 1VS1 - by AroseKhanNiazi - 09.03.2014, 14:04
Re: Help in creating 1VS1 - by AroseKhanNiazi - 10.03.2014, 09:51
Re: Help in creating 1VS1 - by jueix - 10.03.2014, 10:47
Re: Help in creating 1VS1 - by AroseKhanNiazi - 11.03.2014, 10:17
Re: Help in creating 1VS1 - by RedFusion - 11.03.2014, 10:20
Re: Help in creating 1VS1 - by AroseKhanNiazi - 11.03.2014, 10:41

Forum Jump:


Users browsing this thread: 1 Guest(s)