07.05.2012, 21:25
pawn Код:
if ( !strcmp ( cmdtext , "/gay " , true ) )
{
new ss [ 128 ] , fulano [ MAX_PLAYER_NAME ] ;
GetPlayerName ( playerid , fulano , sizeof ( fulano ) ) ;
format ( ss , sizeof ( ss ) , "%s assumiu que й gay, vamo foder ele." , fulano ) ;
SendClientMessageToAll ( -1 , ss ) ;
SetPlayerHealth ( playerid , 50 ) ;
return 1 ;
}