Problem
#1

hi guys,

Iam Testing my edited PEN on samp 0.3 but...

I dont see the mapicons
and i dont See the house pickups :S

please somebody can help me?
Reply
#2

Recompile your script with 0.3 includes.
Reply
#3

PEN is not a suggested gamemode, I think it has callbacks like "OnPlayerUpdate" which is now a sa-mp native.
Reply
#4

Quote:
Originally Posted by MenaceX^
PEN is not a suggested gamemode, I think it has callbacks like "OnPlayerUpdate" which is now a sa-mp native.
ok and how can i fix that?
Reply
#5

Quote:
Originally Posted by GforceNL
ok and how can i fix that?
Code your own gamemode.
Reply
#6

Replace all CreatePickup and AddStaticPickup

CreatePickup(or AddStaticPickup)(model,type,Float:X,Float:Y,Float: Z,Virtualworld)
instead
CreatePickup(or AddStaticPickup)(model,type,Float:X,Float:Y,Float: Z)

So add the 6. parameter

If you would see in all VW, set to -1
Reply
#7

Quote:
Originally Posted by godknightx
Replace all CreatePickup and AddStaticPickup

CreatePickup(or AddStaticPickup)(model,type,Float:X,Float:Y,Float: Z,Virtualworld)
instead
CreatePickup(or AddStaticPickup)(model,type,Float:X,Float:Y,Float: Z)

So add the 6. parameter

If you would see in all VW, set to -1
You don't have to add the 6th parameter... If you don't, it will be -1 by default.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)