Why isnt this working?
#1

Код:
PlayerInfo[targetid][pSkin] = 20;
targetskin = PlayerInfo[targetid][pSkin];
SetPlayerSkin(targetid, targetskin);
I have no idea why this is not working. Could someone fix it?

There are no errors or warnings. I have targetid and targetskin defined.
Reply
#2

Код:
SetPlayerSkin(targetid, PlayerInfo[targetid][pSkin]);
would be eassier.

What are you trying to do?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)