help in object
- 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
)
+--- Thread: help in object (
/showthread.php?tid=555641
)
help in object -
AroseKhanNiazi
- 08.01.2015
pawn Код:
PlayerInfo
[
playerid
]
[
pFireBallObject
]
=
CreateDynamicObject
(
18688
, px, py, pz
-
1.35
,
0
,
0
,
0
,
500.0
)
;
this give me tag mismatch this pFireBallObject is an Integer i don't know what to use for object float or integer... so help ?
edit fixed