Few errors in same line, can't figure out.
#1

Hello, well i need little help. I can't figure out why i am getting those errors.
Код:
(134) : warning 202: number of arguments does not match definition
(134) : warning 215: expression has no effect
(134) : error 001: expected token: ";", but found ")"
(134) : error 029: invalid expression, assumed zero
(134) : warning 215: expression has no effect
And line -
Reply
#2

pawn Код:
SetPlayerHealth(playerid, 0);
Reply
#3

You added an extra parentheses to your SetPlayerHealth function.

Код:
SetPlayerHealth(playerid,0);
Edit: Looks like im to slow lol.
Reply
#4

Ah, Thanks you a lot guys.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)