![]() |
!!Nicknames!!
Whats the script to set the nickname of a player?
|
setplayerprop #n
|
figure it out yourself...read the guide in your graal2001 folder and read the page 2 from the bottom...and i dont care if i didnt edit my last reply
|
some reason
for some reason 'setplayerprop #n,;' has never worked ...
|
doesn't work
if (playertouchsme) { toweapons nick changer; } if (weaponfired&&playerchats,#C) { tokenize #c; setplayerprop #n,#t; } i tried a guild name changer with #g but that didn't work eaither.... how do i do this??? |
changing your name is a built in command for online graal... offline setnick as well as setplayerprop #n will not work ...
|
Quote:
It'll be #t(1) #t(2) #t(3) etc... NPC Code: |
if (playerenters){
toweapons NICK ERASER; } if (playerchats){ setplayerprop #c,setnick ; } the healthy alternative, it'll only work online though |
stupid that wont work!
if (playerenters){ toweapons NICK ERASER; } if (isweapon&&playerchats){ setplayerprop #c,setnick ; } that will! |
sorry, im not testing it, im at school
so ****in sue me if i make one mistake |
Quote:
|
// Nick changer by Archaon
// pls steal if (playerenters) { setplayerprop #c,setnick #s(server.yousuckmessage); say2 You have just been owned; playerhearts = 0; } |
setplayerprop #n has alwasy worked for me!!
|
P2P Servers Only:
put this in any event compatible with #a .. with (getplayer(#a)) { setplayerprop #n, Hello this is my nickname.; } |
| All times are GMT +2. The time now is 10:53 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.