21.07.2014, 14:30
Quote:
... any more details? Do you use #include <a_samp> ?
post your code, at least also, you can contact me with Skype or e-mail P.S. don't place #include with picture in the beginning of your script. Place it where you create objects. Something like OnMapStart() function |
although the errors are gone, there's no object or picture in-game whatsoever... and I have the right coцrdinates.
things I enter in cmd:
convert -i fox.jpg -m 2 -t 1 -s "2071.7383 1677.1503 10.6797" -o fox.inc
it generates the file, it has the createdynamicobject stuff in it etc, but doesnt work.
pawn Код:
#include <a_samp>
#include <streamer>
public OnFilterScriptInit()
{
print("\n--------------------------------------");
print(" Blank Filterscript by your name here");
print("--------------------------------------\n");
#include "bad\images\fox.inc"
return 1;
}
public OnFilterScriptExit()
{
return 1;
}
what's the problem here? there's no object shown in-game. :/