Little warnings
#1

Hi there.

Whats wrong with this?

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

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

Whatґs meant with "Operator" here?
Reply
#4

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 ?
Reply
#5

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

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;
......
Reply
#7

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

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

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?
Reply
#10

Search.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)