03.04.2011, 18:04
(
Последний раз редактировалось Alex_Obando; 03.04.2011 в 19:00.
)
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 );
}
case 8:
{
new Float:x, Float:y, Float:z; GetPlayerPos( playerid, x, y, z ); return SetPlayerPos( id, x, y, z );
}
../include/admincommands.inc.pwn(915) : error 017: undefined symbol "id"
../include/admincommands.inc.pwn(958) : error 017: undefined symbol "params"