Xdragon
June 20th, 2010, 20:30
Search for :
if(NPCID == 2536){
PutNPCCoords = true;
WanneShop = 43;
}
Or
if(NPCID == 500){
PutNPCCoords = true;
WanneShop = 44;
}
if(NPCID == 465){
PutNPCCoords = true;
WanneShop = 45;
}
One of that lol
Add under the last }
if(NPCID == #### && donator == 1) {
PutNPCCoords = true;
WanneShop = @@;
}
else if(NPCID == #### && donator == 0) {
PutNPCCoords = true;
sM("You must be a Donator to open this shop.");
}
Change the #### to a npc ID
Change the @@ to the shop ID
credits to me
Have fun !
if(NPCID == 2536){
PutNPCCoords = true;
WanneShop = 43;
}
Or
if(NPCID == 500){
PutNPCCoords = true;
WanneShop = 44;
}
if(NPCID == 465){
PutNPCCoords = true;
WanneShop = 45;
}
One of that lol
Add under the last }
if(NPCID == #### && donator == 1) {
PutNPCCoords = true;
WanneShop = @@;
}
else if(NPCID == #### && donator == 0) {
PutNPCCoords = true;
sM("You must be a Donator to open this shop.");
}
Change the #### to a npc ID
Change the @@ to the shop ID
credits to me
Have fun !