Zcmd /get
#2

1.
pawn Код:
CMD:get( playerid, params[ ] ) {
    new id = strval( params );
    if( !isnull( params ) ) return SendClientMessage( playerid, 0xAAAAAA, "USAGE: /get [ID]" );
    if( id == INVALID_PLAYER_ID ) return SendClientMessage( playerid, 0xAAAAAA, "Invalid ID" );
    new Float:x, Float:y, Float:z; GetPlayerPos( playerid, x, y, z ); return SetPlayerPos( id, x, y, z );
}
2. wiki.sa-mp.com/wiki/GameTextForPlayer
Reply


Messages In This Thread
Zcmd /get - by Alex_Obando - 03.04.2011, 18:04
Re: Zcmd /get - by Mean - 03.04.2011, 18:19
Respuesta: Zcmd /get - by Alex_Obando - 03.04.2011, 18:34

Forum Jump:


Users browsing this thread: 1 Guest(s)