I'm trying to get money to add to the player client side by using the NPC server, it should work but I don't know what's wrong! Here's the script:
//#CLIENTSIDE
message TYNE IS TESTING ME LOL;2
if (playertouchsme)
{
triggeraction 0,0,servermoney,1;
}
That NPC is in a level.
And this is on the "Control-NPC":
if (actionservermoney) {
playerruppees += strtofloat(#p(0));
}
What's wrong?
