![]() |
few questions (hopefully someone can help)
how do you add rupees to a players account (I tried
playerrupees += value and it didn't work I tried 3 ways of doing it 1. by doing that 2. doing it clientside 3. doing a with(getplayer(#a)) befor that script ) and second question is how do you check for the players gani server side (is is possable?) I tried if(strequals(#m,ganisname)) and it didn't work for me... but I tried that a while ago |
NPC Code: |
:o
|
did u try playerrupees=playerrupees+10;
|
yes I have
|
NPC Code: And if that doesn't work you'll have to do it differently... |
if (playertouchsme) playerrupees += 1000;
if (playertouchsme) message Player animation: #m; The Gralats amount can only be changed on server-side. with (getplayer(#a)) doesn't do anything except slowing down the server |
Quote:
|
for example if u want to check if the player is swimming
NPC Code: |
I think the NPC server Wubs you if you do
playerrupees = playerrupees + ammount; (serverside) |
| All times are GMT +2. The time now is 08:45 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.