error 004: function "S@@_OnPlayerCommandText" is not implemented
#1

i get this error when I want ro compile gamemode :

(19972) : error 004: function "S@@_OnPlayerCommandText" is not implemented
(19979) : error 004: function "S@@_OnPlayerCommandText" is not implemented


this is line 19972 and 19979 :
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
if( newkeys & KEY_NO )
{
19972: OnPlayerCommandText(playerid, "/lock");
return 0;
}
if(newkeys & KEY_SUBMISSION)
{
if(IsPlayerInAnyVehicle(playerid))
{
19979: OnPlayerCommandText(playerid, "/engine");
return 1;
}
}
Reply


Messages In This Thread
error 004: function "S@@_OnPlayerCommandText" is not implemented - by SH0x - 17.02.2017, 14:50
Re: error 004: function "S@@_OnPlayerCommandText" is not implemented - by Vince - 17.02.2017, 15:20
Re: error 004: function "S@@_OnPlayerCommandText" is not implemented - by SH0x - 17.02.2017, 15:34
Re: error 004: function "S@@_OnPlayerCommandText" is not implemented - by tekass - 05.06.2017, 14:03

Forum Jump:


Users browsing this thread: 1 Guest(s)