#1

How to make a /link Vist our Forum at www.test.com
to everone
Reply
#2

Can you explain us more? I didn't understand what you mean, if you mean directly connect to the server try:
samp://yourip
Reply
#3

if (strcmp("/link", cmdtext, true, 5) == 0)
{
if(PInfo[playerid][Level] < 2) return SendClientMessage(playerid,red,error);
SendClientMessage(playerid, COLOR_YELLOW, "The Website for this server is www.test.com");
return 1;
}
Reply
#4

pawn Код:
command(link, playerid, params[])
{
    SendClientMessageToAll(-1, "Visit our Forum at www.test.com");
    return 1;
}
OR

pawn Код:
if(strcmp("/link", cmdtext, true, 5) == 0)
{
    SendClientMessageToAll(-1, "Visit our Forum at www.test.com");
    return 1;
}
Reply
#5

Quote:
Originally Posted by iGetty
Посмотреть сообщение
pawn Код:
command(link, playerid, params[])
{
    SendClientMessageToAll(-1, "Visit our Forum at www.test.com");
    return 1;
}
OR

pawn Код:
if(strcmp("/link", cmdtext, true, 5) == 0)
{
    SendClientMessageToAll(-1, "Visit our Forum at www.test.com");
    return 1;
}
k tys for your help
Reply
#6

Quote:
Originally Posted by DerickClark
Посмотреть сообщение
k tys for your help
Not a problem, mate.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)