31.12.2012, 21:30
Код:
else if (rb == 8)
{
PlayerPlaySound(playerid, 1052, 0.0, 0.0, 0.0);
new Float:plocx,Float:plocy,Float:plocz,Float:ploca;
GetPlayerPos(playerid, plocx, plocy, plocz);
GetPlayerFacingAngle(playerid,ploca);
rb = CreateRoadblock(1425,plocx,plocy,plocz+0.6,ploca);
SetObjectMaterialText(rb,"LSFD Dont pass",3,OBJECT_MATERIAL_SIZE_256x128,Arial,10,1,0xFFFFFFAA,0x000000FF,1);
SendRadioMessage(1,COLOR_BLUE,string);
GameTextForPlayer(playerid,"~w~Sign ~g~Placed!",3000,1);
return 1;
}

