[HELP]Need simple teleport command! [Please]
#6

pawn Код:
YCMD:goto(playerid, params[], help)
{
* * if(help)
* * {
* * * * SendClientMessage(playerid, -1, "SF | LS | LV");
* * * * SendClientMessage(playerid, -1, "/goto [Location");
* * }
* * switch ( YHash( params ), false ) //parameter | YHash(str[], bool:sensitive = true, e_HASH_TYPE:type = bernstein);
* * {
* * * * case _H<LS>:
* * * * {
* * * * * * //ls coordinates.
* * * * }
* * * * case _H<LV>:
* * * * {
* * * * * * //lv coordinates.
* * * * }
* * * * case _H<SF>:
* * * * {
* * * * * * //sf coordinates.
* * * * }
* * }

* * return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)