/b code filterscript???? How to make one?
#1

Code:
[code#include <a_samp>
#include <dini>
#include <dutils>
#define FILTERSCRIPT
#if defined FILTERSCRIPT

	public OnPlayerCommandText(playerid,cmdtext[]){
  if(!strcmp("/b ",cmdtext,true,3)){
  if(cmdtext[3]){
  OnPlayerText(playerid,cmdtext[3]);
  }else SendClientMessage(playerid,0xFF0000FF,"Usage:/b [text]");
     return true;
  }
  return false;
}
#endif
Thats the code but a error comes up

Code:
C:\Program Files\Rockstar Games\SOCRoleplay\filterscripts\b.pwn(8) : error 004: function "OnPlayerText" is not implemented
what does that mean?
Reply
#2

Stick to the first topic.
Reply
#3

lol fine ill go back to that one (lock topic)
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)