I Can't Make a Teleport
#10

Quote:
Originally Posted by anonimu45
Nope Not working
Quote:
Originally Posted by AG Adam
pawn Код:
if(strcmp(cmdtext, "/something", true) == 0)
    {
    // some action
    return 1;
    }
Try this. Copied from some of my scripts...

Sorry for my bad english.
You are a bad boy this works for me. Learn pawn before you script, man.
And try this. If it don't works you are do something bad.
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp(cmdtext, "/jбrművek", true)==0)
    {
    SendClientMessage(playerid, 0x0000BBAA,"Jбrművek");
    SendClientMessage(playerid, 0x46BBAA00,"/jбrművek1 - 1. jбrmű vбlogatбs");
    SendClientMessage(playerid, 0x46BBAA00,"/jбrművek2 - 2. jбrmű vбlogatбs");
    SendClientMessage(playerid, 0x46BBAA00,"/jбrművek3 - 3. jбrmű vбlogatбs");
    return 1;
    }
return 0;
}
Reply


Messages In This Thread
I Can't Make a Teleport - by anonimu45 - 25.10.2009, 16:59
Re: I Can't Make a Teleport - by (.Aztec); - 25.10.2009, 17:01
Re: I Can't Make a Teleport - by Mike Garber - 25.10.2009, 17:03
Re: I Can't Make a Teleport - by (.Aztec); - 25.10.2009, 17:04
Re: I Can't Make a Teleport - by zinoman10 - 25.10.2009, 17:16
Re: I Can't Make a Teleport - by (.Aztec); - 25.10.2009, 17:17
Re: I Can't Make a Teleport - by anonimu45 - 25.10.2009, 17:32
Re: I Can't Make a Teleport - by AG Adam - 25.10.2009, 17:42
Re: I Can't Make a Teleport - by anonimu45 - 25.10.2009, 18:21
Re: I Can't Make a Teleport - by AG Adam - 25.10.2009, 18:23

Forum Jump:


Users browsing this thread: 2 Guest(s)