14.07.2010, 08:17
Hey guys!
Emh, two fast questions,
How do I stop a player for spawning without logging in?
I use this:
But that only sends a message..
And, how do I stop the PlayerPlaySound() on the OnPlayerSpawn?

Thank you!
/JaloNik
Emh, two fast questions,
How do I stop a player for spawning without logging in?
I use this:
pawn Код:
public OnPlayerSpawn(playerid)
{
if(logged[playerid] == 0)
{
SendClientMessage(playerid,COLOR_RED,"You must login before spawning!");
}
if(logged[playerid] == 1)
{.......
And, how do I stop the PlayerPlaySound() on the OnPlayerSpawn?

Thank you!
/JaloNik