GTA Közösség - A magyar GTA fórum
San Andreas Multiplayer (SA-MP) => SA-MP: Szerverfejlesztés => Segítségkérés => A témát indította: kribeg - 2011. augusztus 17. - 14:36:48
-
Azt szeretném megtudni hogy hogyan kell graffitit készíteni.Mert hiába kerestem rá googleba videókat dobott ki de egyik sem az elkészítésérõl szól.Leírná nekem valaki hogyan is kell graffitit csinálni?Elõre is kösz!
-
Hogy értve késziteni?
Sajátot? Mert azt nem lehet...
Amúgy meg ha van Map Editorod ami tartalmazza a 0.3c-s objekteket, akkor azzal be tudsz rakni, mivel már van olyan objekt, nem is egy.
ID: 18659-18667
-
és az hogy oldhatom meg hogy lehessen fujni sprayal?
-
keresgélj hiv. fórumon,régebben láttam egy Graffiti fújós inc-t
-
Fél perc keresés eredménye: http://forum.sa-mp.com/showthread.php?t=261241&highlight=graffiti
Ha megoldódott a problémád, zárd a témát! ;)
-
Nem mûködik a graffiti :\'(
D:\\GTA szeró\\filterscripts\\graffiti.pwn(8) : warning 235: public function lacks forward declaration (symbol \"OnPlayerReceiveSprayPermission\")
D:\\GTA szeró\\filterscripts\\graffiti.pwn(16) : warning 235: public function lacks forward declaration (symbol \"OnPlayerCreateSpray\")
D:\\GTA szeró\\filterscripts\\graffiti.pwn(26) : error 017: undefined symbol \"io_open\"
D:\\GTA szeró\\filterscripts\\graffiti.pwn(31) : warning 235: public function lacks forward declaration (symbol \"OnSprayDelete\")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
-
http://forum.sa-mp.com/showthread.php?t=261241&highlight=graffiti errõl az oldalrol beillesztettem ezt
public OnPlayerReceiveSprayPermission( playerid, errorID )
{
if( !errorID )
printf(\"clientid %i has just received spraying permission.\", playerid);
return true;
}
public OnPlayerCreateSpray( playerid, sprayID )
{
printf( \"SprayID: %i has been created.\", sprayID );
static
s_string[ 100 ],
File: log
;
GetPlayerName( playerid, s_string, MAX_PLAYER_NAME );
format( s_string, sizeof s_string, \"%s|%i\", s_string, gettime( ) );
log = fopen( \"spray_log.log\", fexist( \"spray_log.log \" ) ? io_append : io_open );
fwrite( log, s_string );
fclose( log );
}
public OnSprayDelete( sprayID )
{
printf( \"SprayID: %i has been deleted.\", sprayID );
return true;
}
Dupla hozzászólás automatikusan összefûzve. ( 2011. augusztus 17. - 16:20:08 )
hiába próbálkozok nem jó.Valami ötlet?
-
nem mûködik a graffiti
http://forum.sa-mp.com/showthread.php?t=261241&highlight=graffiti azt írták errõl az oldalról nézzem le
[pawn]
public OnPlayerReceiveSprayPermission( playerid, errorID )
{
if( !errorID )
printf(\"clientid %i has just received spraying permission.\", playerid);
return true;
}
public OnPlayerCreateSpray( playerid, sprayID )
{
printf( \"SprayID: %i has been created.\", sprayID );
static
s_string[ 100 ],
File: log
;
GetPlayerName( playerid, s_string, MAX_PLAYER_NAME );
format( s_string, sizeof s_string, \"%s|%i\", s_string, gettime( ) );
log = fopen( \"spray_log.log\", fexist( \"spray_log.log \" ) ? io_append : io_open );
fwrite( log, s_string );
fclose( log );
}
public OnSprayDelete( sprayID )
{
printf( \"SprayID: %i has been deleted.\", sprayID );
return true;
}
[/pawn]
ezt beraktam pawnoba és ezt írja ki
D:\\GTA szeró\\filterscripts\\graffiti.pwn(8) : warning 235: public function lacks forward declaration (symbol \"OnPlayerReceiveSprayPermission\")
D:\\GTA szeró\\filterscripts\\graffiti.pwn(16) : warning 235: public function lacks forward declaration (symbol \"OnPlayerCreateSpray\")
D:\\GTA szeró\\filterscripts\\graffiti.pwn(26) : error 017: undefined symbol \"io_open\"
D:\\GTA szeró\\filterscripts\\graffiti.pwn(31) : warning 235: public function lacks forward declaration (symbol \"OnSprayDelete\")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
pedig még a pawnohoz leszedtem az inc filet is de nem megy.
Valami ötlet?
-
bentvan a Gm/FS elején hogy:
[pawn]#include <sprayTag>[/pawn]
?
EDIT:
ja meg kellene hozzá a Gvar plugin és YSI-tõl pár Include
-
most ezt írja ki hogy beírtam amit te írtál
D:\\GTA szeró\\pawno\\include\\sprayTag.inc(46) : fatal error 100: cannot read from file: \"gvar\"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
ez mit jelent?
-
azt hogy hiányzik a gvar pluginod tõltsd le itt:
http://forum.sa-mp.com/showthread.php?t=151076
és YSI includjai is kelleni fognak,ha nincsenek meg,letöltés itt:
http://forum.sa-mp.com/showthread.php?p=884701
-
ezeket megcsináltam de most ujakat írt ki
D:\\GTA szeró\\pawno\\include\\YSI\\y_hooks.inc(208) : warning 219: local variable \"tmp\" shadows a variable at a preceding level
D:\\GTA szeró\\pawno\\include\\YSI\\y_hooks.inc(479) : warning 219: local variable \"tmp\" shadows a variable at a preceding level
D:\\GTA szeró\\pawno\\include\\YSI\\y_hooks.inc(872) : warning 235: public function lacks forward declaration (symbol \"OnVehicleDamageStatusUpdate\")
D:\\GTA szeró\\gamemodes\\lvdm.pwn(2363) : error 017: undefined symbol \"io_open\"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Dupla hozzászólás automatikusan összefûzve. ( 2011. augusztus 17. - 19:14:48 )
nah ez mért van?
D:\\GTA szeró\\pawno\\include\\YSI\\y_hooks.inc(872) : warning 235: public function lacks forward declaration (symbol \"OnVehicleDamageStatusUpdate\")
D:\\GTA szeró\\filterscripts\\graffiti.pwn(27) : error 017: undefined symbol \"io_open\"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Ezt írja ki ha scriptbe rakom bele
-
valaki segítsen már léccives
http://forum.sa-mp.com/showthread.php?t=261241&highlight=graffiti errõl az oldalrol szettem a graffitit mindent letöltöttem hozzá scriptbe beraktam és ezt írta ki
D:\\GTA szeró\\pawno\\include\\YSI\\y_hooks.inc(872) : warning 235: public function lacks forward declaration (symbol \"OnVehicleDamageStatusUpdate\")
D:\\GTA szeró\\filterscripts\\graffiti.pwn(28) : error 017: undefined symbol \"io_open\"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
ennek mi az oka? ??? :\'(
-
Ez vagy definálni kell io_open vagyis #define io_open vagy probáld igy new io_open; probáld meg mind 2 !
Hát te nagyon okos vagy.
És egyébként hány témát szeretnél még nyitni a graffitidre?
-
D:\\GTA szeró\\pawno\\include\\YSI\\y_hooks.inc(872) : warning 235: public function lacks forward declaration (symbol \"OnVehicleDamageStatusUpdate\")
D:\\GTA szeró\\filterscripts\\graffiti.pwn(29) : error 029: invalid expression, assumed zero
D:\\GTA szeró\\filterscripts\\graffiti.pwn(29) : warning 213: tag mismatch
D:\\GTA szeró\\filterscripts\\graffiti.pwn(29) : error 001: expected token: \",\", but found \";\"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.
amikor ezt írdtam be hogy
#define io_open
D:\\GTA szeró\\pawno\\include\\YSI\\y_hooks.inc(872) : warning 235: public function lacks forward declaration (symbol \"OnVehicleDamageStatusUpdate\")
D:\\GTA szeró\\filterscripts\\graffiti.pwn(29) : warning 213: tag mismatch
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Warnings.
ez pedig mikor new io_open;-t írtam
meg próbáltam össze írni a kettõt hogy define meg new is de ugy sem volt jó
nah most akkor mivan? ???
-
Remélem nem fogsz nyitni újabb témát ennek a hibának bõven elég egy és ezt is tudod bumpolni ha még mindig nem mûködik nem kell ezért újat nyitni.
[mod=Zsolesszka]Az összes többi téma össze lett vonva egybe.[/mod]
-
nem jó
new io_open;
D:\\GTA szeró\\pawno\\include\\YSI\\y_hooks.inc(872) : warning 235: public function lacks forward declaration (symbol \"OnVehicleDamageStatusUpdate\")
D:\\GTA szeró\\filterscripts\\graffiti.pwn(29) : warning 213: tag mismatch
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Warnings.
#define io_open
D:\\GTA szeró\\pawno\\include\\YSI\\y_hooks.inc(872) : warning 235: public function lacks forward declaration (symbol \"OnVehicleDamageStatusUpdate\")
D:\\GTA szeró\\filterscripts\\graffiti.pwn(29) : error 029: invalid expression, assumed zero
D:\\GTA szeró\\filterscripts\\graffiti.pwn(29) : warning 213: tag mismatch
D:\\GTA szeró\\filterscripts\\graffiti.pwn(29) : error 001: expected token: \",\", but found \";\"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.
Nah ezzel mit csináljak? ??? :(
Dupla hozzászólás automatikusan összefûzve. ( 2011. augusztus 18. - 12:51:07 )
nem megy megnéztem mind a kettõnél egyik sem jó
Dupla hozzászólás automatikusan összefûzve. ( 2011. augusztus 18. - 12:54:04 )
BOCSIKA AZ UJ TOPICKOKÉR 8)