Simple Scripting Question
#1

I've added an Automessage text to start out the server, and I have a /developers CMD that I would like to create. I'd like for it to display:


UGS 2012
Created By:
xBEASTx and Killing Torcher


Can you get a script or tell us how to make it?
Reply
#2

pawn Код:
CMD:developers(playerid,params[])
{
    SendClientMessage(playerid,COLOR_WHITE,"UGS 2012");
    SendClientMessage(playerid,COLOR_WHITE,"Created By:");
    SendClientMessage(playerid,COLOR_WHITE,"xBEASTx and Killing Torcher");
    return 1;
}
Just send 3 messages to the player that does the command..
Reply
#3

someone please close this, figured it out
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)