2 Things
#1

1st thing:

Hello, Can you guys help me?
I have this script:
I want it that if you type /bot without typing nothing then return this text:
Usage: /bot [Bot Namme]
And I want it to set a timer of 30 seconds, after the 30 seconds send a message to all saying %sassault has left the server (Kicked).



pawn Код:
if(strcmp(cmdtext, "/bot", true, 3)==0) {
        new string[256];

        format(string, 256, "%sassault has joined the server.",cmdtext[4]);
        SendClientMessageToAll(COLOR_GREY, string);
        return 1;
    }
2nd Thing:

How I can make a simple NPC which just walk with ryder skin by los santos, (CJ's house)
And if the player is where he is then put on the top of ryder "Hey I'm Jeremy"
Reply
#2

First what you do is go to:
http://forum.sa-mp.com/search.php
Type in:
NPC TUTORIAL
or
NPC PLUGIN
or NPC HELP
or replace NPC by BOT.
Greetz.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)