/Teles or /Teleports command
#1

I could need some help..

On my server that I have it's /tele, but i want to change it to /teles or /teleports but I don't know how. It's that dcmd_tele command thing.
Reply
#2

search for dcmd_tele, and change it to dcmd_teles.

Search for dcmd(tele, 4, cmdtext); and change it to dcmd(teles, 5, cmdtext);
Reply
#3

Was it that easy? XD
Thank you. :P
Reply
#4

You also do:

pawn Код:
dcmd_teleports(playerid, params[])
{
  return dcmd_teles(playerid, params);
}
That would return the normal command usage for both words (teles and teleports)...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)