SA-MP Forums Archive
Help with CreateDynamicCP - 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 with CreateDynamicCP (/showthread.php?tid=149583)



Help with CreateDynamicCP - ViruZZzZ_ChiLLL - 22.05.2010

Okay, so basically I tried this first with the -1 on the worldid, interiorid, playerid:
pawn Код:
CreateDynamicCP(2506, 1683, 14, 5, -1, -1, -1, 100.0);
It doesn't show up.

Then this 0 on the worldid, interiorid, playerid:
pawn Код:
CreateDynamicCP(2506, 1683, 14, 5, 0, 0, 0, 100.0);
Still, doesn't show up.

This is Incognitos [REL]Streamer Plugin...
and sorry, this is my first time on using the DynamicCP



Re: Help with CreateDynamicCP - dice7 - 22.05.2010

Ask in the plugin topic


Re: Help with CreateDynamicCP - Kyosaur - 22.05.2010

Quote:
Originally Posted by ViruZZzZ_ChiLLL
Okay, so basically I tried this first with the -1 on the worldid, interiorid, playerid:
pawn Код:
CreateDynamicCP(2506, 1683, 14, 5, -1, -1, -1, 100.0);
It doesn't show up.

Then this 0 on the worldid, interiorid, playerid:
pawn Код:
CreateDynamicCP(2506, 1683, 14, 5, 0, 0, 0, 100.0);
Still, doesn't show up.

This is Incognitos [REL]Streamer Plugin...
and sorry, this is my first time on using the DynamicCP
How are you not getting a tag mismatch error? The first 3 parameters should be floats.