Que ice mal? (algo facil)
#1

Код:
public IsPlayerHealth() {

   {
  new Float:health;
  GetPlayerHealth(playerid,health);
  if(health >= 10)// el 70 marca, que al tener 70% o menos no nos dejara teletransportarnos

  
	  }
    else
    {
    ApplyAnimation(playerid, "CRACK", "crckdeth2", 4.0, 0, 0, 0, 1, 0);
    Diseased[playerid] = 1;
    
    }
    return 1;
  }

I ME TIRA EL SIGUIENTE ERROR:

Код:
C:\SUBZER~1\GAMEMO~1\GAMEMO~1.PWN(863) : error 017: undefined symbol "isStringSame"
C:\SUBZER~1\GAMEMO~1\GAMEMO~1.PWN(922) : error 017: undefined symbol "strtok"
C:\SUBZER~1\GAMEMO~1\GAMEMO~1.PWN(922) : error 033: array must be indexed (variable "cmd")
C:\SUBZER~1\GAMEMO~1\GAMEMO~1.PWN(927) : error 017: undefined symbol "strtok"
C:\SUBZER~1\GAMEMO~1\GAMEMO~1.PWN(927) : error 033: array must be indexed (variable "cmd")
C:\SUBZER~1\GAMEMO~1\GAMEMO~1.PWN(930) : error 004: function "SendPlayerFormattedText" is not implemented
C:\SUBZER~1\GAMEMO~1\GAMEMO~1.PWN(931) : error 004: function "SendPlayerFormattedText" is not implemented
C:\SUBZER~1\GAMEMO~1\GAMEMO~1.PWN(932) : error 004: function "SendPlayerFormattedText" is not implemented
C:\SUBZER~1\GAMEMO~1\GAMEMO~1.PWN(933) : error 004: function "SendPlayerFormattedText" is not implemented
C:\SUBZER~1\GAMEMO~1\GAMEMO~1.PWN(937) : error 004: function "SendPlayerFormattedText" is not implemented
C:\SUBZER~1\GAMEMO~1\GAMEMO~1.PWN(938) : error 004: function "SendPlayerFormattedText" is not implemented
C:\SUBZER~1\GAMEMO~1\GAMEMO~1.PWN(939) : error 004: function "SendPlayerFormattedText" is not implemented
C:\SUBZER~1\GAMEMO~1\GAMEMO~1.PWN(940) : error 004: function "SendPlayerFormattedText" is not implemented
C:\SUBZER~1\GAMEMO~1\GAMEMO~1.PWN(941) : error 004: function "SendPlayerFormattedText" is not implemented
C:\SUBZER~1\GAMEMO~1\GAMEMO~1.PWN(945) : error 004: function "SendPlayerFormattedText" is not implemented
C:\SUBZER~1\GAMEMO~1\GAMEMO~1.PWN(946) : error 004: function "SendPlayerFormattedText" is not implemented
C:\SUBZER~1\GAMEMO~1\GAMEMO~1.PWN(1087) : error 017: undefined symbol "strtok"
C:\SUBZER~1\GAMEMO~1\GAMEMO~1.PWN(1087) : error 033: array must be indexed (variable "tmp")
C:\SUBZER~1\GAMEMO~1\GAMEMO~1.PWN(1172) : error 017: undefined symbol "strtok"
C:\SUBZER~1\GAMEMO~1\GAMEMO~1.PWN(1172) : error 033: array must be indexed (variable "tmp")
C:\SUBZER~1\GAMEMO~1\GAMEMO~1.PWN(1225) : error 017: undefined symbol "strtok"
C:\SUBZER~1\GAMEMO~1\GAMEMO~1.PWN(1225) : error 033: array must be indexed (variable "tmp")
C:\SUBZER~1\GAMEMO~1\GAMEMO~1.PWN(1288) : error 017: undefined symbol "strtok"
C:\SUBZER~1\GAMEMO~1\GAMEMO~1.PWN(1288) : error 033: array must be indexed (variable "tmp")
C:\SUBZER~1\GAMEMO~1\GAMEMO~1.PWN(1296) : error 017: undefined symbol "strtok"
C:\SUBZER~1\GAMEMO~1\GAMEMO~1.PWN(1296) : error 033: array must be indexed (variable "tmp")

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


26 Errors.
Reply


Messages In This Thread
Que ice mal? (algo facil) - by pooooolo - 20.11.2009, 20:23
Re: Que ice mal? (algo facil) - by elvago - 20.11.2009, 21:25
Re: Que ice mal? (algo facil) - by GroX0r - 20.11.2009, 21:53
Re: Que ice mal? (algo facil) - by M1GU3L - 21.11.2009, 16:23
Re: Que ice mal? (algo facil) - by Donuts - 21.11.2009, 19:48
Re: Que ice mal? (algo facil) - by xenowort - 07.12.2009, 12:10
Re: Que ice mal? (algo facil) - by Donuts - 07.12.2009, 22:38

Forum Jump:


Users browsing this thread: 2 Guest(s)