//******************************************:D**************
#define FILTERSCRIPT
#include
//newovi
new Text:Textdraw0;
new Text:Textdraw1;
#define playerid
public OnFilterScriptInit()
{
print("\n--------------------------------------");
print(" Cobra Logo By Randy");
print("--------------------------------------\n");
Textdraw0 = TextDrawCreate(493.000000,8.000000,"Cobra");
Textdraw1 = TextDrawCreate(550.000000,31.000000,"Rol3play");
TextDrawAlignment(Textdraw0,0);
TextDrawAlignment(Textdraw1,0);
TextDrawBackgroundColor(Textdraw0,0x000000ff);
TextDrawBackgroundColor(Textdraw1,0xffffffff);
TextDrawFont(Textdraw0,2);
TextDrawLetterSize(Textdraw0,0.599999,1.800000);
TextDrawFont(Textdraw1,2);
TextDrawLetterSize(Textdraw1,1.099999,2.200000);
TextDrawColor(Textdraw0,0xffffffff);
TextDrawColor(Textdraw1,0x00ffff66);
TextDrawSetOutline(Textdraw0,1);
TextDrawSetProportional(Textdraw0,1);
TextDrawSetShadow(Textdraw0,1);
TextDrawSetShadow(Textdraw1,7);
//----------------------------------------
return 1;
}
public OnPlayerSpawn(playerid) // Ove textdrawove (poruke prikazuje kad se igrac SPAWN-a
{
TextDrawShowForPlayer(playerid, Textdraw0);
TextDrawShowForPlayer(playerid, Textdraw1);
return 1;
}Kad Odem 'Compile' On Izbaci Erore! 😢 😕
C:\Documents and Settings\\Desktop\SAMP SKRIPTE\Razno\FS\cobral.pwn(42) : error 029: invalid expression, assumed zero
C:\Documents and Settings\\Desktop\SAMP SKRIPTE\Razno\FS\cobral.pwn(42) : warning 215: expression has no effect
C:\Documents and Settings\\Desktop\SAMP SKRIPTE\Razno\FS\cobral.pwn(42) : error 001: expected token: ";", but found ")"
C:\Documents and Settings\\\Desktop\SAMP SKRIPTE\Razno\FS\cobral.pwn(42) : error 029: invalid expression, assumed zero
C:\Documents and Settings\\Desktop\SAMP SKRIPTE\Razno\FS\cobral.pwn(42) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Errors.Nekontam nist 😕 🙄 🙄 😎
