Help, pickup not create - 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, pickup not create (
/showthread.php?tid=601834)
Help, pickup not create -
MinDex - 27.02.2016
hi. I want to try y_hooks. Everythink works, but pickups no working ( not creating ). 3D text labels working, but pickups not.
Код HTML:
hook OnGameModeInit()
{
InfoText[0] = CreatePickup(1239, 2, -95.0828,2254.6904,501.0129);
InfoText[1] = CreatePickup(1239, 2, -95.4442,2245.9934,501.0129);
Create3DTextLabel("{789E52}Informacija\n{FFFFFF}Uћlipkite ant pickup !", 0xAAAAFFFF, -95.0828,2254.6904,501.0129, 10, 0, 1);
Create3DTextLabel("{789E52}Informacija\n{FFFFFF}Uћlipkite ant pickup !", 0xAAAAFFFF, -95.4442,2245.9934,501.0129, 10, 0, 1);
return 1;
}
Re: Help, pickup not create -
SyS - 27.02.2016
wat is the problem ??
Re: Help, pickup not create -
MinDex - 27.02.2016
Quote:
Originally Posted by Sreyas
wat is the problem ??
|
Pickup doesn't create.
Re: Help, pickup not create -
Runn3R - 27.02.2016
Where is your main file?