Screen text
#1

~~~~~~~~
Reply
#2

Bump
Reply
#3

Why don't you try to put it on OnPlayerConnect?Not on GameModeInit...
Reply
#4

I tryed but i get this
i had many texts like this
"Welcome to the server"

like 8 of it but it only shows one it dont update and when i add this as filterscript / gamemode it mess up with my other textdraws, pls help
pawn Код:
warning 219: local variable "playerid" shadows a variable at a preceding level
Reply
#5

Don't care at all about this warning.

It just means you've tried to initialize a variable with the name "playerid".
Reply
#6

Still mess up with other textdraws...
Reply
#7

Instead of:
pawn Код:
new TextDrawAdMsg[MAX_AD_MSG][] =
{
     {"Welcome to the server"}
};
Try:
pawn Код:
new TextDrawAdMsg[][] =
{
     {"Welcome to the server"}
};
Reply
#8

Still the same, i cant see other textdraws....
Reply
#9

I remove all [playerid] and it work but now the same textdraw comes up 3 times and its only one message showing, other not showing, should it be a timer on this or
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)