SA-MP Forums Archive
PPC Random Messages - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: PPC Random Messages (/showthread.php?tid=409122)



PPC Random Messages - Private200 - 20.01.2013

Definitly i was making some random message for PPC when i saw this problem .

All know that these random messages are located in PPC_Defines .

I got these codes :

pawn Код:
new ATimedMessages[][128] =
{
    {TXT_TimedRefuel},
    {TXT_TimedConvoy},
    {TXT_TimedGohome},
    {TXT_TimedRentCar},
    {TXT_TimedLicense},
    {TXT_TimedSpeedTraps},
    {TXT_TimedGoBusiness},
    {"{FF8800}Server is built by Private200 and Tom_the_Cat . Have fun playing !"},
    {"{FF8800}**Visit our forum: www.samptruckers.tk"},
    {"{FF8800}Use /radio for listen live radio stations,/stopradio for turn radio off."},
    {"{FF0000}Hackers are not allowed in our server ! All hackers will get banned !"},
    {"{FF8800}No assistance online ? Use /repair /flip and /assist to fix your car in no time !"},
                {"{FF8800}Want to be part of our staff ? Request to join it at www.samptruckers.tk"}
//  {"{808080}Message"}
};
Particaly , those had to be the random messages , i have changed them before and have been working perfectly , but now idk why the old ones still appear . Any idea ?

PS : I have already compiled gamemode after changing the .inc files so there is no problem with it . No errors / warnings ocured while compile !

Thanks