Thread: Help..
View Single Post
  #3  
Old 10-29-2001, 09:59 AM
Thak2 Thak2 is offline
:]
Join Date: Mar 2001
Location: BC
Posts: 1,344
Thak2 is on a distinguished road
Send a message via AIM to Thak2
Re: Help..

Quote:
Originally posted by Providence_Admin1
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?
Should it be:
if (action.servermoney) ?

Maybe not...
Reply With Quote