One error wich SPECIAL
#1

Код:
C:\Program Files\SAMP Server\gamemodes\estprojekt.pwn(3120) : error 017: undefined symbol "SPECIAL_ACTION_PISSING"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Umm... Another gamemode was compiled succesfully with that SPECIAL**.

Код:
	if(strcmp(cmd, "/animpee", true) == 0) {
		SetPlayerSpecialAction(playerid, SPECIAL_ACTION_PISSING);
		return 1;
	}
Reply
#2

Well the error says to define it, so wouldn't you do that?
Reply
#3

you can

pawn Код:
#define SPECIAL_ACTION_PISSING 68
or

pawn Код:
ApplyAnimation(playerid,"PAULNMAC","Piss_in",4.1,0,1,1,1,1);
pawn Код:
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_PISSING);
the one above ^^ is for if u defined
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)