I need an advertising system!
#1

Who can help me? I need an advertisement system.
Reply
#2

You talking about a (/ad [Text]) and wrong area to ask.

Correct Section :Here
Reply
#3

Yes.
Reply
#4

Lol. This is correct O.o
Reply
#5

No. You're requesting for a command to be scripted since you're not providing your own.
Reply
#6

Quote:
Originally Posted by `Aeci
Посмотреть сообщение
No. You're requesting for a command to be scripted since you're not providing your own.
He is right, this section is to discuss scripting.

pawn Код:
command(ad, playerid, params[])
{
     return SendClientMessageToAll(0x0, params);
}
There, now you have something to discuss.
Reply
#7

Since he needs help , I think more than an advertising system he means a Random Message script, since everyone uses that for advertising.

Here is the tutorial:

https://sampforum.blast.hk/showthread.php?tid=324497
Reply
#8

Quote:
Originally Posted by daastle
Посмотреть сообщение
Since he needs help , I think more than an advertising system he means a Random Message script, since everyone uses that for advertising.

Here is the tutorial:

https://sampforum.blast.hk/showthread.php?tid=324497
IF you actually take your time to read through the thread you will see that he do not want Random messages but an /ad system

I Quote:

Quote:
Originally Posted by `Aeci
Посмотреть сообщение
You talking about a (/ad [Text]) and wrong area to ask.

Correct Section :Here
Quote:
Originally Posted by edgargreat
Посмотреть сообщение
Yes.
Reply
#9

I dont know about you , but you can advertise through random messages
Reply
#10

There You Go
pawn Код:
CMD:ad(playerid,params[])//creating a checkweed cmd.
{
   new string[128];
   if(sscanf(params, "ud", params)) return SendClientMessage(playerid, -1, "[Usage]: /ad [advert] * Number Is Automatly Added * ");
   format(string,sizeof(string),"[Advertisment] %s: %s - Call Me On %d",GetName(playerid),params,PlayerInfo[playerid][PhoneNumber]);
   SendClientMessage(playerid,-1,string);
   return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)