26.07.2010, 08:30
If you use ZCMD OnPlayerCommandText is not called
you can try replace
public OnPlayerCommandText(playerid,cmdtext[]) with
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
[NOTE]I did not trye'd these or anything i just think it will work
but i suggest convert your commands to zcmd cos its faster and use less memory
you can try replace
public OnPlayerCommandText(playerid,cmdtext[]) with
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
[NOTE]I did not trye'd these or anything i just think it will work
but i suggest convert your commands to zcmd cos its faster and use less memory