15.01.2011, 21:04
As SilentHuntR said, Setproperty generally works like PVars but they do not have a playerid assigned.
Don't post if you have no idea of what you're talking about.
pawn Код:
// Wiki example, modified
setproperty(0, "", 123984334, "Herman the German");
new value[18];
getproperty(0, "", 123984334, value);
print(value);
//should print "Herman the German"