Thread: Help..
View Single Post
  #1  
Old 10-29-2001, 04:54 AM
Providence_Admin1 Providence_Admin1 is offline
Banned
Join Date: Oct 2001
Location: Canada
Posts: 90
Providence_Admin1 is on a distinguished road
Help..

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?
Reply With Quote