Jump to content

Question

Posted

Am un FS de la un prieten si mia dat erorile astea [pawn]C:\DOCUME~1\Owner\Desktop\SERVER~1\HIGHGA~1.5\pawno\include\TDINC.inc(1) : error 010: invalid function or declaration

C:\Documents and Settings\Owner\Desktop\Servere samp\HighGameZone v2.5\filterscripts\TDTEST.pwn(39) : error 017: undefined symbol "CreateTextDrawPhoto"

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

2 Errors.

[/pawn]

Acesta este FS [pawn]// This is a comment

// uncomment the line below if you want to write a filterscript

//#define FILTERSCRIPT

#include <a_samp>

#include <TDINC>

#if defined FILTERSCRIPT

public OnFilterScriptInit()

{

print("\n--------------------------------------");

print(" Blank Filterscript by JohnasHex");

print("--------------------------------------\n");

return 1;

}

public OnFilterScriptExit()

{

return 1;

}

#else

main()

{

print("\n----------------------------------");

print(" Blank Gamemode by JohnasHex");

print("----------------------------------\n");

}

#endif

public OnPlayerCommandText(playerid, cmdtext[])

{

if (strcmp("/showmytd", cmdtext, true, 10) == 0)

{

CreateTextDrawPhoto(playerid,"http://s8.postimage.org/qykucwkid/hasss.png");

return 1;

}

return 0;

}

[/pawn]

[pawn]#include <a_samp>

new Scripter;[/pawn]

Untitled-1copy_zps132d2a00.jpg

3 answers to this question

Recommended Posts

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.