Posts: 2,593
Threads: 38
Joined: Aug 2007
Reputation:
0
Think of it is pvars, except with the server
Posts: 310
Threads: 23
Joined: Jul 2010
Reputation:
0
It's for the businesses 'DisableInteriorEnterExits();' I think, but I'm not sure.
Posts: 6,129
Threads: 36
Joined: Jan 2009
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.
Posts: 857
Threads: 23
Joined: Mar 2009
Reputation:
0
Wow, I always wondering what the hell this things do, is it useful?