SA-MP Forums Archive
Error For Adding Command - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Error For Adding Command (/showthread.php?tid=68424)



Error For Adding Command - Jaztek_Hodzic - 10.03.2009

hey i added a cmd if something is really noticable to fix plz dont call me nub or anything
im a beginner at all this


pawn Код:
//--------------------------------[WALK]-----------------------------------------------------
  if(strcmp(cmd, "/walk 1", true) ==0)
    {
  LoopAnim(playerid, "PED","WOMAN_runsexy",4.1,0,1,0,0,0);
  return 1;
 }
this is what happens
pawn Код:
C:\Documents and Settings\Owner\Desktop\GTA San Andreas\JaztekRP\gamemodes\Jazz(1).pwn(2316) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Owner\Desktop\GTA San Andreas\JaztekRP\gamemodes\Jazz(1).pwn(2320) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Owner\Desktop\GTA San Andreas\JaztekRP\gamemodes\Jazz(1).pwn(2332) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Owner\Desktop\GTA San Andreas\JaztekRP\gamemodes\Jazz(1).pwn(2336) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Owner\Desktop\GTA San Andreas\JaztekRP\gamemodes\Jazz(1).pwn(2340) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Owner\Desktop\GTA San Andreas\JaztekRP\gamemodes\Jazz(1).pwn(2344) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Owner\Desktop\GTA San Andreas\JaztekRP\gamemodes\Jazz(1).pwn(2348) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Owner\Desktop\GTA San Andreas\JaztekRP\gamemodes\Jazz(1).pwn(2352) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Owner\Desktop\GTA San Andreas\JaztekRP\gamemodes\Jazz(1).pwn(2356) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Owner\Desktop\GTA San Andreas\JaztekRP\gamemodes\Jazz(1).pwn(2368) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Owner\Desktop\GTA San Andreas\JaztekRP\gamemodes\Jazz(1).pwn(2372) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Owner\Desktop\GTA San Andreas\JaztekRP\gamemodes\Jazz(1).pwn(2376) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Owner\Desktop\GTA San Andreas\JaztekRP\gamemodes\Jazz(1).pwn(2380) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Owner\Desktop\GTA San Andreas\JaztekRP\gamemodes\Jazz(1).pwn(2384) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Owner\Desktop\GTA San Andreas\JaztekRP\gamemodes\Jazz(1).pwn(2396) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Owner\Desktop\GTA San Andreas\JaztekRP\gamemodes\Jazz(1).pwn(2400) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Owner\Desktop\GTA San Andreas\JaztekRP\gamemodes\Jazz(1).pwn(2404) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Owner\Desktop\GTA San Andreas\JaztekRP\gamemodes\Jazz(1).pwn(2416) : error 004: function "PlayerToPoint" is not implemented



Re: Error For Adding Command - Mikep - 10.03.2009

Repace cmd with cmdtext and show the rest of the code.