11.04.2010, 09:09
Quote:
|
Originally Posted by Douglinh@s
Code:
if(strcmp(cmd,"/fumar",true) == 0)
{
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_SMOKE_CIGGY);
SendClientMessage(playerid,COR,"Vocк estб fumando. Cuidado com o cвncer.");
return 1;
}
|

