Does not work for no reason?
#1

pawn Код:
#include <a_samp>

public OnFilterScriptInit()
{
    return 1;
}

public OnFilterScriptExit()
{
    return 1;
}

public OnPlayerConnect(playerid)
{
    SendClientMessage(playerid, 0xFF0000FF, "[ESP]El servidor se actualizarб para 0.3b pronto. Cuando lo haga no podrб participar. Usted tendrб que descargar 0.3b de www.sa-mp.com/download.php");
    SendClientMessage(playerid, 0xFF0000FF, "[ENG]The server will be updated to 0.3b soon. When it does you will not be able to join. You will need to download 0.3b from www.sa-mp.com/download.php");
    SendClientMessage(playerid, 0xFF0000FF, "[POR]O servidor serб atualizado para 0.3b em breve. Quando isso acontece vocк nгo serб capaz de participar. Vocк precisa fazer o download de http://www.sa-mp.com/download.php 0.3b");
    return 1;
}


public OnPlayerSpawn(playerid)
{
    SendClientMessage(playerid, 0xFF0000FF, "[ESP]El servidor se actualizarб para 0.3b pronto. Cuando lo haga no podrб participar. Usted tendrб que descargar 0.3b de www.sa-mp.com/download.php");
    SendClientMessage(playerid, 0xFF0000FF, "[ENG]The server will be updated to 0.3b soon. When it does you will not be able to join. You will need to download 0.3b from www.sa-mp.com/download.php");
    SendClientMessage(playerid, 0xFF0000FF, "[POR]O servidor serб atualizado para 0.3b em breve. Quando isso acontece vocк nгo serб capaz de participar. Vocк precisa fazer o download de http://www.sa-mp.com/download.php 0.3b");
    return 1;
}

public OnPlayerDeath(playerid, killerid, reason)
{
    SendClientMessage(playerid, 0xFF0000FF, "[ESP]El servidor se actualizarб para 0.3b pronto. Cuando lo haga no podrб participar. Usted tendrб que descargar 0.3b de www.sa-mp.com/download.php");
    SendClientMessage(playerid, 0xFF0000FF, "[ENG]The server will be updated to 0.3b soon. When it does you will not be able to join. You will need to download 0.3b from www.sa-mp.com/download.php");
    SendClientMessage(playerid, 0xFF0000FF, "[POR]O servidor serб atualizado para 0.3b em breve. Quando isso acontece vocк nгo serб capaz de participar. Vocк precisa fazer o download de http://www.sa-mp.com/download.php 0.3b");
    return 1;
}
Reply
#2

Anyone?


message too fdnfdgudsgufsdhfhfdsfhsjfdfhdsfdsf
Reply
#3

It will work.
Reply
#4

Quote:
Originally Posted by DragonBlaster50
Посмотреть сообщение
It will work.
I loaded it and it is not working even though it said it loaded. Hence the title "Does not work for no reason?"
Reply
#5

is there another filterscript loaded before it blocking it from going through this fs?
Reply
#6

Quote:
Originally Posted by cessil
Посмотреть сообщение
is there another filterscript loaded before it blocking it from going through this fs?
I did not think you could block FS's...

btw this script works with say GameText but not sendclientmessage.
Reply
#7

do you have the #defined Filterscipt line?
Reply
#8

cessil that's not necessary.

As a previous poster mentioned some filterscripts can screw with each other for no apparent reason, try loading it first and see if that does anything. You could also trying debugging and seeing where it prints and where it doesn't.
Reply
#9

I also tried adding it to my GM and it does not work?
Reply
#10

I'm assuming none of your debugging messages worked?

[This forum requires that you wait 120 seconds between posts. Please try again in 66 seconds.] - Kill me.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)