SA-MP Forums Archive
[Help]Small Problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [Help]Small Problem (/showthread.php?tid=90054)



[Help]Small Problem - [DD]FlameOFDeath - 05.08.2009

ok i have this script for object streamer

Код:
Line 98: public OnPlayerConnect(playerid)
Line 99: {
Line 100:	 DOO_OnPlayerConnect();
Line 101: }
Line 102: public OnPlayerDisconnect(playerid, reason)
Line 103: {
Line 104:   DOO_OnPlayerDisconnect();
Line 105: }
but i have this error

Код:
(Line 100) : warning 202: number of arguments does not match definition
(Line 104) : warning 202: number of arguments does not match definition



Re: [Help]Small Problem - RyDeR` - 05.08.2009

Код:
DOO_OnPlayerConnect(playerid);
DOO_OnPlayerDisconnect(playerid);



Re: [Help]Small Problem - [DD]FlameOFDeath - 05.08.2009

Quote:
Originally Posted by [WsR
RyDeR ]
Код:
DOO_OnPlayerConnect(playerid);
DOO_OnPlayerDisconnect(playerid);
Awsome thanks now to test if Obecjt Streamer works