View Single Post
  #3  
Old 11-11-2006, 06:33 AM
Andy0687 Andy0687 is offline
Enigma
Join Date: Feb 2002
Posts: 1,072
Andy0687 is on a distinguished road
Quote:
Originally Posted by Chompy View Post
posting the part of the script which is doing this could help?
Thats the problem!

I dont know what part is doing this, its always effecting the LAST EFFECTED PLAYER once before effecting the correct account, even though after I echo the params they are all showing that the newly selected player should be the one effected. The way im trying to explain it is even though it sends a new set of params, the last set of params are always executed a second time before the new set is recognized.

This ONLY started when i started using a GUI and triggerserver() instead of triggeraction() to trigger to the serverside.

Quote:
Also do you have like
PHP Code:
with(findplayer(params[index]))
{
  ...

when you have recieved the trigger?

if don't, it will effect the player itself
Yes I know i was giving an example using myself and someone else, it would work the same if I had edited someone else first, and me second

Its just an example!
Reply With Quote