NPC Code: //#CLIENTSIDE if (playertouchsme) { triggeraction 0,0,servermoney,#a,1; } Control-NPC: if (actionservermoney) { with (getplayer(#p(0))) { playerruppees += strtofloat(#p(1)); } }
//#CLIENTSIDE if (playertouchsme) { triggeraction 0,0,servermoney,#a,1; } Control-NPC: if (actionservermoney) { with (getplayer(#p(0))) { playerruppees += strtofloat(#p(1)); } }