Jump to content
  • 0

problema Create3DText


GiGiMuScHi

Question

Am o problema la Create3DText.Am adaugat 3 teste si imi da 2 errori:

C:\Documents and Settings\Administrator\Desktop\filehost_samp03\samp03\filterscripts\map.pwn(1762) : error 021: symbol already defined: "Streamer_OnFilterScriptInit"

C:\Documents and Settings\Administrator\Desktop\filehost_samp03\samp03\filterscripts\map.pwn(1767) : error 010: invalid function or declaration

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

2 Errors.

Linia 1762:

{

Linia 1767:

return 1;

Fs intreg:

public OnFilterScriptInit()

{

Create3DTextLabel ("Ownerul NAME", 0xCC0000FF,1758.7412,-1866.1406,16.2048, 50, 0);

Create3DTextLabel ("Ownerul GIGIMUSCHI", 0xCC0000FF,1762.6163,-1865.9628,16.2048, 50, 0);

Create3DTextLabel ("Ownerul ScorpionN", 0xCC0000FF,1765.9307,-1866.3452,16.2048, 50, 0);

}

return 1;

}

Coordonatele:

AddPlayerClass(286,1758.7412,-1866.1406,16.2048,179.8916,0,0,0,0,0,0); //

AddPlayerClass(286,1762.6163,-1865.9628,16.2048,180.8316,0,0,0,0,0,0); //

AddPlayerClass(286,1765.9307,-1866.3452,16.2048,189.2917,0,0,0,0,0,0); //

Respecta Si Vei Fi Respectat !!!

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

vine asa:

public OnFilterScriptInit()
{
   Create3DTextLabel ("Ownerul NAME", 0xCC0000FF,1758.7412,-1866.1406,16.2048, 50, 0);
   Create3DTextLabel ("Ownerul GIGIMUSCHI", 0xCC0000FF,1762.6163,-1865.9628,16.2048, 50, 0);
   Create3DTextLabel ("Ownerul ScorpionN", 0xCC0000FF,1765.9307,-1866.3452,16.2048, 50, 0);
   return 1;
}

u78ch.jpg

CHECK MY CHANNEL!

http://www.youtube.com/user/amysoica

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.