24.09.2018, 17:07
Quote:
This code will not work because the first three parameters are incorrectly passed.
CreateActor function pawn Код:
|
PHP код:
: error 012: invalid function call, not a valid address
: warning 215: expression has no effect
: error 001: expected token: ";", but found ")"
: error 029: invalid expression, assumed zero
: fatal error 107: too many error messages on one line
i modified it with
death_actor[playerid] = CreateActor(pInfo[playerid][pSkin], x, y, z, 0.0);
and it works,
but
PHP код:
error 017: undefined symbol "x"
PHP код:
arning 202: number of arguments does not match definition
PHP код:
ApplyActorAnimation(death_actor[playerid], "WUZI","CS_Dead_Guy",4.1,1,1,1,1,0,1); // Applying the animation, this was your code.