0 Members and 2 Guests are viewing this topic.
SpawnObject(GetPlayerStat(1,'x'),GetPlayerStat(1,'y'),15);
SpawnObject(GetPlayerStat(ID,'x'),GetPlayerStat(ID,'y'),15);
It'll be because of this line.Code: [Select]SpawnObject(GetPlayerStat(1,'x'),GetPlayerStat(1,'y'),15);Try replacing it with this.Code: [Select]SpawnObject(GetPlayerStat(ID,'x'),GetPlayerStat(ID,'y'),15);Instead of using 1, use ID. Oh, and to put code into a box, use the [code] tag.