SA-MP Forums Archive
Little warnings - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Little warnings (/showthread.php?tid=114701)



Little warnings - Striker_Moe - 20.12.2009

Hi there.

Whats wrong with this?

Код:
		cookies[pid]-randcookies;
		cookies[playerid]+randcookies;
warning 215: expression has no effect
warning 215: expression has no effect


Re: Little warnings - Donny_k - 20.12.2009

You're not doing anything, use '=' after your operator to asign values.


Re: Little warnings - Striker_Moe - 20.12.2009

Whatґs meant with "Operator" here?


Re: Little warnings - Deat_Itself - 20.12.2009

Quote:
Originally Posted by Mo3
Hi there.

Whats wrong with this?

Код:
		cookies[pid]-randcookies;
		cookies[playerid]+randcookies;
warning 215: expression has no effect
warning 215: expression has no effect
where did u add these lines ?


Re: Little warnings - dice7 - 20.12.2009

pawn Код:
cookies[pid] = cookies[pid]-randcookies;
        cookies[playerid] = cookies[playerid]+randcookies;



Re: Little warnings - Donny_k - 20.12.2009

Quote:
Originally Posted by Mo3
Whatґs meant with "Operator" here?
You script and don't know what an operator is, shame on you

Read the pdf dude, it will help you.

Quote:
Originally Posted by dice7
pawn Код:
cookies[pid] = cookies[pid]-randcookies;
        cookies[playerid] = cookies[playerid]+randcookies;
pawn Код:
cookies[pid] -= randcookies;
......



Re: Little warnings - patchkinson - 20.12.2009

hm the pdf seems useful. i gota read it
where can i get it


Re: Little warnings - Donny_k - 20.12.2009

Quote:
Originally Posted by patchkinson
hm the pdf seems useful. i gota read it
where can i get it
Here.


Re: Little warnings - patchkinson - 20.12.2009

Quote:
Originally Posted by Donny
Quote:
Originally Posted by patchkinson
hm the pdf seems useful. i gota read it
where can i get it
Here.
ty
where can i get the console include?


Re: Little warnings - AcId n RaPiD - 20.12.2009

Search.