Simple Question..... - 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: Simple Question..... (
/showthread.php?tid=331496)
Simple Question..... -
Scripter12345 - 05.04.2012
I am making a house system and when i do /createhouse it makes a red circle go around the place i was standing, is it possible for it to create a green house icon when im standing.
If so could you please help me with doing so please
Thank You Very Much
Please Help Me
Re: Simple Question..... -
Joshb93 - 05.04.2012
use createpickup, and the first number is the pickup ID.
House icon ID is 1273
CreatePickup(model, type, Float:X, Float:Y, Float:Z, Virtualworld);
Re: Simple Question..... -
Scripter12345 - 05.04.2012
Quote:
Originally Posted by Joshb93
use createpickup, and the first number is the pickup ID.
House icon ID is 1273
CreatePickup(model, type, Float:X, Float:Y, Float:Z, Virtualworld);
|
Thank You