03.12.2012, 20:08
if you are using GodFather gamemode there is one (fuction or i dont know how to say) gPlayerLogged
and you'll make
if(gPlayerLogged == 0)
{
SendClientMessage..."You can't speak... BLA BLA"
}
IF you are not using godfather search for similar funciton
and you'll make
if(gPlayerLogged == 0)
{
SendClientMessage..."You can't speak... BLA BLA"
}
IF you are not using godfather search for similar funciton