Native Setproperty function
#1

Hello,

This page is still unclear for me, even though the wiki should explain it. Can anyone explain it better?

Regards, Jochem
Reply
#2

Think of it is pvars, except with the server
Reply
#3

It's for the businesses 'DisableInteriorEnterExits();' I think, but I'm not sure.
Reply
#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
#5

Wow, I always wondering what the hell this things do, is it useful?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)