Native Setproperty function
#4

As SilentHuntR said, Setproperty generally works like PVars but they do not have a playerid assigned.

pawn Код:
// Wiki example, modified
setproperty(0, "", 123984334, "Herman the German");
 
new value[18];
getproperty(0, "", 123984334, value);
print(value);
 
//should print "Herman the German"
Quote:
Originally Posted by Flyfishes
Посмотреть сообщение
It's for the businesses 'DisableInteriorEnterExits();' I think, but I'm not sure.
Don't post if you have no idea of what you're talking about.
Reply


Messages In This Thread
Native Setproperty function - by Jochemd - 15.01.2011, 19:36
Re: Native Setproperty function - by Joe Staff - 15.01.2011, 20:21
Re: Native Setproperty function - by Flyfishes - 15.01.2011, 21:00
Re: Native Setproperty function - by Calgon - 15.01.2011, 21:04
Re: Native Setproperty function - by DiDok - 16.01.2011, 17:20

Forum Jump:


Users browsing this thread: 1 Guest(s)