error 004: function "zcmd_OnPlayerCommandText" is not implemented
#1

Hello guys, i was compiling script and got these 23 errors with same reason, i'm tired of fixing it.
Help me!
Код:
C:\Users\Faisal\Downloads\ OLD\gamemodes\Games.pwn(9006) : error 004: function "zcmd_OnPlayerCommandText" is not implemented
C:\Users\Faisal\Downloads\ OLD\gamemodes\Games.pwn(9043) : error 004: function "zcmd_OnPlayerCommandText" is not implemented
C:\Users\Faisal\Downloads\ OLD\gamemodes\Games.pwn(9045) : error 004: function "zcmd_OnPlayerCommandText" is not implemented
C:\Users\Faisal\Downloads\ OLD\gamemodes\Games.pwn(9429) : error 004: function "zcmd_OnPlayerCommandText" is not implemented
C:\Users\Faisal\Downloads\OLD\gamemodes\Games.pwn(9430) : error 004: function "zcmd_OnPlayerCommandText" is not implemented
C:\Users\Faisal\Downloads\OLD\gamemodes\Games.pwn(9431) : error 004: function "zcmd_OnPlayerCommandText" is not implemented
C:\Users\Faisal\Downloads\ OLD\gamemodes\Games.pwn(9432) : error 004: function "zcmd_OnPlayerCommandText" is not implemented
C:\Users\Faisal\Downloads\OLD\gamemodes\Games.pwn(9433) : error 004: function "zcmd_OnPlayerCommandText" is not implemented
C:\Users\Faisal\Downloads\OLD\gamemodes\Games.pwn(9434) : error 004: function "zcmd_OnPlayerCommandText" is not implemented
C:\Users\Faisal\Downloads\OLD\gamemodes\Games.pwn(9435) : error 004: function "zcmd_OnPlayerCommandText" is not implemented
C:\Users\Faisal\Downloads\OLD\gamemodes\Games.pwn(9436) : error 004: function "zcmd_OnPlayerCommandText" is not implemented
C:\Users\Faisal\Downloads\OLD\gamemodes\Games.pwn(9569) : error 004: function "zcmd_OnPlayerCommandText" is not implemented
C:\Users\Faisal\Downloads\ OLD\gamemodes\Games.pwn(9586) : error 004: function "zcmd_OnPlayerCommandText" is not implemented
C:\Users\Faisal\Downloads\ OLD\gamemodes\Games.pwn(9608) : error 004: function "zcmd_OnPlayerCommandText" is not implemented
C:\Users\Faisal\Downloads\OLD\gamemodes\Games.pwn(9650) : error 004: function "zcmd_OnPlayerCommandText" is not implemented
C:\Users\Faisal\Downloads\OLD\gamemodes\Games.pwn(10376) : error 004: function "zcmd_OnPlayerCommandText" is not implemented
C:\Users\Faisal\Downloads\OLD\gamemodes\Games.pwn(20724) : error 004: function "zcmd_OnPlayerCommandText" is not implemented
C:\Users\Faisal\Downloads\OLD\gamemodes\Games.pwn(24650) : error 004: function "zcmd_OnPlayerCommandText" is not implemented
C:\Users\Faisal\Downloads\OLD\gamemodes\Games.pwn(26620) : error 004: function "zcmd_OnPlayerCommandText" is not implemented
C:\Users\Faisal\Downloads\ OLD\gamemodes\Games.pwn(26863) : error 004: function "zcmd_OnPlayerCommandText" is not implemented
C:\Users\Faisal\Downloads\ OLD\gamemodes\Games.pwn(30807) : error 004: function "zcmd_OnPlayerCommandText" is not implemented
C:\Users\Faisal\Downloads\ OLD\gamemodes\Games.pwn(30815) : error 004: function "zcmd_OnPlayerCommandText" is not implemented
C:\Users\Faisal\Downloads\ OLD\gamemodes\Games.pwn(36213) : error 004: function "zcmd_OnPlayerCommandText" is not implemented
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


23 Errors.
Reply
#2

show line 9006
Reply
#3

Line 9006
Код HTML:
OnPlayerCommandText(playerid, "/fon");
Reply
#4

if you want to do a redirect command to use it
PHP код:
cmd_fon(playerid,""); //when a command has parameters
or
cmd_fon(playerid); 
just as in other places
Reply
#5

Most are fixed, but cannot fix these.
C:\Users\Faisal\Downloads\OLD\gamemodes\Games.pwn( 26862) : error 004: function "zcmd_OnPlayerCommandText" is not implemented
Код HTML:
OnPlayerCommandText(playerid, iStr);
C:\Users\Faisal\Downloads\OLD\gamemodes\Games.pwn( 30806) : error 004: function "zcmd_OnPlayerCommandText" is not implemented
Код HTML:
OnPlayerCommandText(iPlayer, iReason);
C:\Users\Faisal\Downloads\OLD\gamemodes\Games.pwn( 30814) : error 004: function "zcmd_OnPlayerCommandText" is not implemented
Код HTML:
PlayerLoop(i) OnPlayerCommandText(i, iReason);
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


3 Errors.
Reply
#6

NVM FIXED!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)