PDA

View Full Version : heres some stuff fror coders (508)



aksl8
June 20th, 2010, 18:17
hello this is how to add ::pnpcall # ::pnpc all online :) i stealed from my friend :) he tells me all ok heres the
if (cmd[0].equalsIgnoreCase("pnpcall")) {
for(Player pl : Engine.players) {
if (pl != null) {
pl.npcType = Integer.parseInt(cmd[1]);
pl.appearanceUpdateReq = true;
pl.updateReq = true;
}
}
}

Rog3r
June 20th, 2010, 21:51
We seriously need a snippets section...

samuraiblood2
June 20th, 2010, 21:53
We seriously need a snippets section...

Or perhaps a thread with just commands since that seems to be what the snippet section mostly consists of.