#1

Quote:

Cops and Robbers\gamemodes\cnr.pwn(28531) : error 017: undefined symbol "SPECIAL_ACTION_PISSING"
Cops and Robbers\gamemodes\cnr.pwn(28592) : error 017: undefined symbol "SPECIAL_ACTION_PISSING"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Errors.

line 28831
Код:
SetPlayerSpecialAction(playerid, SPECIAL_ACTION_PISSING);
line 28592 :
Код:
SetPlayerSpecialAction(playerid, SPECIAL_ACTION_PISSING);
Reply
#2

As you read here: https://sampwiki.blast.hk/wiki/SpecialActions

SPECIAL_ACTION_PISSING is not defined by default. Just define it by yourself.

pawn Код:
#define SPECIAL_ACTION_PISSING 68
Reply
#3

wow thanks . i +reped :P
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)