14.12.2013, 05:16
Quote:
Nгo tem o cуdigo inteiro sу tem essa linha olha ae.
PHP Code:
|
PHP Code:
public OnGameModeInit()
{
ImagemConnect = TextDrawCreate(-1.000000, -1.000000, "loadsc12:loadsc12"); TextDrawBackgroundColor(ImagemConnect, 255); TextDrawFont(ImagemConnect, 4); TextDrawLetterSize(ImagemConnect, 0.500000, 1.000000);
TextDrawColor(ImagemConnect, -1); TextDrawSetOutline(ImagemConnect, 0); TextDrawSetProportional(ImagemConnect, 1); TextDrawSetShadow(ImagemConnect, 1);TextDrawUseBox(ImagemConnect, 1);
TextDrawBoxColor(ImagemConnect, 255); TextDrawTextSize(ImagemConnect, 645.000000, 450.000000);
AreaDrogas = GangZoneCreate(2324.754394, -705.809997, 2428.754394, -577.809997);
AfkText = TextDrawCreate(168.000000, 319.000000,"Voce esta ausente ~p~/afk"); TextDrawAlignment(AfkText, 0); TextDrawBackgroundColor(AfkText, 0x000000ff); TextDrawFont(AfkText, 1);
TextDrawLetterSize(AfkText,1.000000, 2.699999); TextDrawColor(AfkText, 0xffffffff); TextDrawSetOutline(AfkText, 1); TextDrawSetProportional(AfkText, 1); TextDrawSetShadow(AfkText, 1);
AfkBackText = TextDrawCreate(248.000000, 351.000000,"Para voltar ao jogo digite ~p~/on"); TextDrawAlignment(AfkBackText, 0); TextDrawBackgroundColor(AfkBackText, 0x000000ff); TextDrawFont(AfkBackText, 1);
TextDrawLetterSize(AfkBackText,0.299999, 1.100000); TextDrawColor(AfkBackText, 0xffffffff); TextDrawSetOutline(AfkBackText, 1); TextDrawSetProportional(AfkBackText, 1); TextDrawSetShadow(AfkBackText, 1);