beggining messages
#1

how do I make that when the player enter the server this message appears:
"Hi pleaze before you enter put /rules"?
Reply
#2

pawn Код:
public OnPlayerConnect(playerid)
{
    GameTextForPlayer( playerid, "~g~Hi! ~w~Please read the ~b~/rules ~w~before you continue", 6000, 4 );
    return true;
}
Reply
#3

yey thx thx thx
-------
forget the thx it gives me an error:
Код:
C:\Users\tmn\Desktop\Server\gamemodes\HyperStunts.pwn(38) : error 017: undefined symbol "playerid"
C:\Users\tmn\Desktop\Server\gamemodes\HyperStunts.pwn(39) : error 017: undefined symbol "playerid"
Reply
#4

I thought you weren't a beginner? :S

This forum requires that you wait 120 seconds between posts. Please try again in 23 seconds. - Pisses me off.
Reply
#5

lol I never saw this on wiki anyway
Reply
#6

From the wiki.
Reply
#7

--|~-><-~|--
Reply
#8

Sigh, this isn't that hard.
If you didn't already, click on the sentence "From the wiki." in my last post.
Reply
#9

I did but I didnt find nothing
-------------
I did it
I finded the problem:
I was putting it on GameModeInit and I should put OnPlayerConnect
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)