[ASK]how to make command /me?
#1

i will make command /me, this is script
Код:
[566]dcmd_me(const playerid, message[])
[567]{
[568]    if (!strlen(message)) {
[569]        SendClientMessage(playerid,COLOR_RED,"USAGE : /me [Gerakan Tubuh]");
[570]    }
[571]    else {
[572]        new pname[ MAX_PLAYER_NAME ];
[573]        GetPlayerName( playerid, pname, sizeof( pname ));
[574]        format( pname, sizeof(pname), "* %s %s", pname, message );
[575]	       ProxDetector(30.0, playerid, pname, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
[576]        return 1;
[577]		}
[578]    return 1;
[579]}
but show some error like this:
Quote:

C:\Program Files\Rockstar Games\Mode GTA\Project\gamemodes\grandlarc.pwn(575) : error 004: function "ProxDetector" is not implemented
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

1 Error.

how to fix this problem? can some one help me?
Reply


Messages In This Thread
[ASK]how to make command /me? - by lightningcrow - 18.09.2010, 13:06
Re: [ASK]how to make command /me? - by Voldemort - 18.09.2010, 13:11
Re: [ASK]how to make command /me? - by Mauzen - 18.09.2010, 13:16
Re: [ASK]how to make command /me? - by lightningcrow - 18.09.2010, 13:31

Forum Jump:


Users browsing this thread: 1 Guest(s)