[rel] streamer plugin
#1

i dont get it how do i use it?
[REL]Streamer Plugin v2.3.8
Код:
CreateDynamicCP(1480.4529,-1769.6302,18.7958,1.0,-1,-1,-1,50);
CreateDynamicCP(2312.8394,-15.5347,26.7422, 1.0,-1,-1,-1,50);

public OnPlayerEnterDynamicCP(playerid,checkpointid)
{
	SetPlayerPos(2312.8394,-15.5347,26.7422);
	return 1;
}
i get a error?
Код:
C:\Documents and Settings\Karim\My Documents\Grand Theft Auto San Andreas\SA-MP SERVER(CNR)\gamemodes\COPSNR~1.PWN(697) : warning 213: tag mismatch
C:\Documents and Settings\Karim\My Documents\Grand Theft Auto San Andreas\SA-MP SERVER(CNR)\gamemodes\COPSNR~1.PWN(697) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Reply
#2

Quote:
Originally Posted by Kar
i dont get it how do i use it?
[REL]Streamer Plugin v2.3.8
Код:
CreateDynamicCP(1480.4529,-1769.6302,18.7958,1.0,-1,-1,-1,50);
CreateDynamicCP(2312.8394,-15.5347,26.7422, 1.0,-1,-1,-1,50);

public OnPlayerEnterDynamicCP(playerid,checkpointid)
{
	SetPlayerPos(2312.8394,-15.5347,26.7422);
	return 1;
}
i get a error?
Код:
C:\Documents and Settings\Karim\My Documents\Grand Theft Auto San Andreas\SA-MP SERVER(CNR)\gamemodes\COPSNR~1.PWN(697) : warning 213: tag mismatch
C:\Documents and Settings\Karim\My Documents\Grand Theft Auto San Andreas\SA-MP SERVER(CNR)\gamemodes\COPSNR~1.PWN(697) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
It's meant to be
pawn Код:
SetPlayerPos(playerid, 2312.8394,-15.5347,26.7422);
Not

pawn Код:
SetPlayerPos(2312.8394,-15.5347,26.7422);
~[HiC]TheKiller
Reply
#3

?
Reply
#4

Quote:
Originally Posted by Kar
?
Sorry, I wrote it inside the quote =P. Silly me.
Reply
#5

;p but can you help>?
Reply
#6

Quote:
Originally Posted by Kar
;p but can you help>?
I did, read my post .
Reply
#7

woops big MISTAKE lol i was ina hurry
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)