07.05.2012, 21:23
Код:
if (strcmp("/sougay", cmdtext, true, 10) == 0) { SetPlayerHealth(playerid, 50); SendClientMessageToAll(0xDEEE20FF, "(playerid) Assumiu Que Й Gay Todo Mundo Gogo Foder Ele!!!"); }
Espero Que Entendam
if (strcmp("/sougay", cmdtext, true, 10) == 0) { SetPlayerHealth(playerid, 50); SendClientMessageToAll(0xDEEE20FF, "(playerid) Assumiu Que Й Gay Todo Mundo Gogo Foder Ele!!!"); }
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 ;
}
if (strcmp("/sougay", cmdtext, true, 10) == 0)
{
new pname[MAX_PLAYER_NAME];
new string [64];
GetPlayerName(playerid, pname, MAX_PLAYER_NAME);
SetPlayerHealth(playerid, 50);
format(string, sizeof(string), "%s Assumiu Que Й Gay Todo Mundo Gogo Foder Ele!!!", pname);
SendClientMessageToAll(0x1874CDFF, string);
}
if (strcmp("/sougay", cmdtext, true, 10) == 0)
{
SetPlayerHealth(playerid, 50);
SendClientMessageToAll(0xDEEE20FF, "%s Assumiu Que Й Gay Todo Mundo Gogo Foder Ele!!!", sendername);
}